You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,17 @@ EmbarkJS - Communication
351
351
352
352
**initialization**
353
353
354
-
The current available communications are Whisper and Orbit. Whisper is supported in go-ethereum. To run Orbit ```ipfs daemon --enable-pubsub-experiment```.
354
+
For Whisper:
355
+
356
+
```EmbarkJS.Messages.setProvider('whisper')```
357
+
358
+
For Orbit:
359
+
360
+
You'll need to use IPFS from master and run it as: ```ipfs daemon --enable-pubsub-experiment```.
0 commit comments