Updated Whisper Push Notifications (markdown)

Victor Farazdagi 2017-04-11 05:03:07 +03:00
parent ba8bc460bd
commit 1869ac28a0

@ -44,6 +44,12 @@ web3.setProvider(new web3.providers.HttpProvider('http://localhost:8745')); // D
``` ```
Both nodes have Notification Protocol SymKey added, so can participate in discovery and subscription to Notification Services. Both nodes have Notification Protocol SymKey added, so can participate in discovery and subscription to Notification Services.
To support those two different apps, two Status nodes are started:
```bash
statusd --datadir app1 --http --httpport 8645 --shh
statusd --datadir app2 --http --httpport 8745 --shh
```
# Discovery and obtaining Subscription Key # Discovery and obtaining Subscription Key
Original workflow for discovery mechanism was introduced in: Original workflow for discovery mechanism was introduced in: