From 5689160e4491d89eec2a50833fbe8f21e6b927ff Mon Sep 17 00:00:00 2001 From: Franck R Date: Tue, 11 Jan 2022 15:51:37 +1100 Subject: [PATCH] Add WalletConnect and HashPack examples (#21) --- content/docs/use_cases.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/docs/use_cases.md b/content/docs/use_cases.md index ad40052..548a73f 100644 --- a/content/docs/use_cases.md +++ b/content/docs/use_cases.md @@ -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. -This could be used to notify governance token holder of an incoming proposal or other in-dApp events. +Communication between a user's wallet and a dApp can be used by dApp operators to notify users +(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) <--->