flutter_web3
flutter_web3 copied to clipboard
Web3 Ethereum, Etherjs and Wallet Connect wrapper for Flutter Web.
It looks like Wallet Connect is dropping support for their 1.x API soon and will require a shift to the 2.x APIs. In conjunction with this they seem to have...
I get this issue while this code "WalletConnectProvider wc = WalletConnectProvider.binance();" is initialized. **Uncaught (in promise) Error: Missing or invalid topic field at t.a.send (index.min.js:22:10858) at t.default._sendRequest (index.min.js:44:106035) at async...
This way we can sign typed data like this: ``` await provider.getSigner().call("_signTypedData", [ jsify(domain), // jsify is required in case not being primitives jsify(types), jsify(value) ]); // returns "0x..." signature...
Hi, I would like to do a 'estimateGas' but I want to send it as a JSON-Rpc and not use the ethers method. But it fails unfortunately. So, if I...
The example in the documentation is correct but the actual function name was not and this couldn't work.
**Describe the bug** Unable to connect to Trust Wallet on mobile but works on desktop browser. **To Reproduce** Steps to reproduce the behavior: Go to Trust Wallet browser on mobile...
1. is this production ready? 2. any ongoing updates?
Description: I believe that support for ERC721 is an essential feature in this module.
Added [contract factory](https://docs.ethers.org/v5/api/contract/contract-factory/) feature, which enables a smart contract deployment.
**Describe the bug** I get this problem when I create a custom transaction request and try to send it using the provider's signer. **To Reproduce** Steps to reproduce the behavior:...