-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
90c337c
to
bc6b8e7
Compare
@dignifiedquire minding reviewing the code for the example and putting some of your front end dev fairy dust? Looking to optimize for:
|
cc0abcd
to
f2ef1d9
Compare
b19965f
to
3ee3acd
Compare
All right, this is now on 'mergeable' state. I feel it is not perfect and I believe we can do so much better when it comes to show how to work with ipfs, from explanations, code clarity and purpose of the demo, nevertheless, this is a great step forward as it was proven during the eth+ipfs hackweek, where this example was base for the networking demo described in https://blog.ethereum.org/2017/03/21/ethereum-js-ecosystem-updates/. Thank you @dignifiedquire @victorbjelkholm @haadcode and @RichardLitt for putting work onto this endeavour ❤️ |
|
||
This will set up your IPFS repo in your home directory. | ||
|
||
### 2. Make your daemons listen on WebSockets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only applicable for Go right since JS sets this up automatically if I remember correctly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point!
examples/transfer-files/README.md
Outdated
|
||
### 4. Dial to a node using WebSockets (your Desktop ones) | ||
|
||
On your local node, run `ipfs id` to find the WebSockets address that it is listening on. Should look like this: `"/ip4/127.0.0.1/tcp/4003/ws/ipfs/<your peer id>". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change local node
to desktop node
or terminal node
might be better, since local node could also refer to the one in the browser.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed :)
3ee3acd
to
b2afbf4
Compare
b2afbf4
to
8c243f1
Compare
TODO
yarn.lock