flutter_web3_provider
flutter_web3_provider copied to clipboard
An easy to use wrapper for Flutter web apps that want to use metamask and other Dapp wallets.
you can make func listen request new connection from dapp ?
how to implement function encoder? interface.encodeFunctionData( fragment [ , values ] ) ⇒ string< DataHexString > or is there a way to achieve the same with [defaultAbiCoder]
If more update, what features are going to be included?
I see you can load the abi from a list of strings, but it would be useful to actually get it from a json file, since that's how Remix is...
despite having the same syntax as in the example, I get the error in the title `final Web3Provider provider = Web3Provider(ethereum!); final Signer signer = provider.getSigner(); final Contract contract =...