Add WalletConnect and HashPack examples (#21)

This commit is contained in:
Franck R 2022-01-11 15:51:37 +11:00 committed by GitHub
parent 412807bccd
commit 5689160e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,13 +118,17 @@ Remove the need of a centralized infrastructure for gameplay communications.
<---> <--->
## dApp to Wallet Notifications ## dApp to Wallet Communication
| _Idea_ | | _Live_ |
|--------| |--------|
Enable dApp operators and users to send notification directly in user's wallet by integration Waku in both dApps and Wallets. Communication between a user's wallet and a dApp can be used by dApp operators to notify users
This could be used to notify governance token holder of an incoming proposal or other in-dApp events. (e.g. governance token holders get notified to vote on a proposal),
or for a dApp to request transaction signature to the wallet.
- [WalletConnect 2.0](https://walletconnect.com/)
- [HashPack](https://www.hashpack.app/hashconnect)
<---> <--->