Skip to main content

Push Notification

warning

Push Notifications are in beta. There is no wallet that supports it at the moment.

sequenceDiagram rect rgba(0, 0, 255, .2) Note over dApp,Peer: Only for Extensions<br />Extensions have 200ms to respond dApp->>Peer: Ping Peer->>dApp: Pong end rect rgba(0, 0, 255, .2) Note over dApp,Peer: dApp sends publicKey to Peer dApp->>Peer: PairingRequest Note over dApp,Peer: Peer stores the dApp publicKey <br/> Encrypts own publicKey with dApp publicKey <br/> Send back encrypted publicKey Peer->>dApp: PairingResponse end