mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +00:00
Updated Whisper Push Notifications (markdown)
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user