walletconnect-dart-sdk
walletconnect-dart-sdk copied to clipboard
Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
My steps : - Connect to metamask -> return session - Create EthereumWalletConnectProvider from session above - Send Transaction from instance of EthereumWalletConnectProvider -> txHash My issule : txHash success...
Hi, I am using this SDK from a flutter native app to connect to MetaMask via the `EthereumWalletConnectProvider` (or directly via `sendCustomRequest`), but whenever I set `gasPrice` in the parameter,...
Aiming to achieve the following in Flutter: [cosmology/cosmos-wallet](https://github.com/cosmology-tech/cosmos-wallet) Example in TypeScript (Keplr): https://github.com/cosmology-tech/cosmos-wallet/blob/main/packages/keplr/src/connectors/keplr-walletconnect.ts
I have had two issues for a while: 1. When I call for method "approve", my dApp would open the wallet (in this case, MetaMask) and after that, the wallet...
Hi again, i noticed 2 bugs when saving the session from a wallet. When serializing the PeerMeta with WalletConnectSession toJson method, the explicitToJson option was missing for applying toJson to...
The lack of call_request,This prevents us from getting a callback from the client.
Fixes #15