walletconnect-dart-sdk
walletconnect-dart-sdk copied to clipboard
Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
I use walletconnect-secure-storage for storage. I don’t know why, when I open the dapp, session.connected is true, but there is no response after jumping to Metamask. How can I confirm...
Does someone encounter this problem on iOS? Reproduce step: - Connect wallet app to dApp - Kill wallet app - Request transaction from dApp - Open wallet app - ->...
EthereumWalletConnectProvider send transasction only to send eth, i want to send other tokens in my metamask wallet like DAI,..
Connected to MetaMask, MetaMask always has no confirmation pop-up window, or no feedback when returning to the app
According to this [walletconnect protocal doc](https://docs.walletconnect.com/1.0/json-rpc-api-methods/ethereum#personal_sign), correct order of params is `[message, address]` instead of `[address, message]`. And there is no `password` parameter. This error only occurs in certain wallet...
When using the connector to call personal_sign, everything works when going to metamask however for any other wallet the message that pops up is in an incorrect format leading to...
Hello Please my smart contract was built on BNB chain and i need to allow users login from the mobile app using their wallet. How do i add support for...
**versions**: walletconnect_dart: ^0.0.11 I just want to get the wallet address, so I use `killSession` after `createSession` returns the result, but I still see a connection in the wallet app....
I am currently trying to implement wallet connect in my flutter app which can be accessed thro mobile as well as web(Browser). Plugin works fine with mobie devices. but if...
Session events are not coming if I use mobile linking in Web App. Web doesn't support websocket in background. Is there any workaround?