Orange-Wallet / wallet-connect-dart

Wallet Connect client in Dart.
https://pub.dev/packages/wallet_connect
BSD 3-Clause "New" or "Revised" License
116 stars 76 forks source link

How to track dapp? #48

Open bibash28 opened 1 year ago

bibash28 commented 1 year ago

The wallet can be connected to more than one dapps. How do we know which dapp triggered the function?? For example, if we take onEthSign...

image
bibash28 commented 1 year ago

When two wallets is connected then it is hard to track dapp with PeerMeta data only in onSessionRequest. So we also need dappPeerId.

bibash28 commented 1 year ago

https://github.com/Orange-Wallet/wallet-connect-dart/pull/49