flutter_web3
flutter_web3 copied to clipboard
Web3 Ethereum, Etherjs and Wallet Connect wrapper for Flutter Web.
**Allow Gasless Transactions** The Ethereum GSN allows for gasless transactions. This gives users a very good UX because they don't need to go through KYC to buy ETH (or MATIC)...
I have been trying to get the balance from an account that is on the Gnosis Chain. I tried to get the balance on the Ethereum chain too and I...
I got this error when using flutter_web3 `/C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_web3-2.1.9/lib/src/wallet_connect/wallet_connect.dart:136:29: Error: The method 'promiseToFuture' isn't defined for the class 'WalletConnectProvider'.`
**Describe the bug** Calling a state changing contract function with multiple arguments (including a tuple type) ends up with an obscure ethers exception instead of triggering a metamask signature request...
The value for nounce is null in the TransactionResponse object. If you replace all the 'nounce' in the code with 'nonce', it will fix the issue.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hi, I am using...
WalletConnect by mobile linking is failed to connect the wallet. İf try to connect the trust wallet via WC on deep linking is failed. (There is no issue with QR...
From the documentation we can initialise a wallet using a private key (or mnemonic) and connect it to a provider to be able to send transactions: ``` final linkContractAddress =...
I wanna check the value of tokenCounter. Do I need to create a function which will return the value or I can access it directly with some predefined function present...
hello, is there any function to get all transactions for specifi ether address?