mirror of https://github.com/embarklabs/embark.git
update README
This commit is contained in:
parent
13cf92a4f5
commit
5a71342dcd
12
README.md
12
README.md
|
@ -351,7 +351,17 @@ EmbarkJS - Communication
|
||||||
|
|
||||||
**initialization**
|
**initialization**
|
||||||
|
|
||||||
The current available communications are Whisper and Orbit. Whisper is supported in go-ethereum. To run Orbit ```ipfs daemon --enable-pubsub-experiment```.
|
For Whisper:
|
||||||
|
|
||||||
|
```EmbarkJS.Messages.setProvider('whisper')```
|
||||||
|
|
||||||
|
For Orbit:
|
||||||
|
|
||||||
|
You'll need to use IPFS from master and run it as: ```ipfs daemon --enable-pubsub-experiment```.
|
||||||
|
|
||||||
|
then set the provider:
|
||||||
|
|
||||||
|
```EmbarkJS.Messages.setProvider('orbit', {server: 'localhost', port: 5001})```
|
||||||
|
|
||||||
**listening to messages**
|
**listening to messages**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue