web3dart
web3dart copied to clipboard
Ethereum library, written in Dart.
RPCError: got code -32000 with msg "gas required exceeds allowance (0)".
i have 25 usdt token.how i send it for another public key?
Hi everyone, A one year ago I created following smart contract which interact with **MetaMask** through **Web3 Injected** provider on **Remix**. The purpose was to get, set and share access...
How can I deploy a new Smart Contract through this library, Is there any way?
i try to listen on some event and i got this error : `RPCError: got code -32601 with msg "The method eth_newFilter does not exist/is not available"` do you have...
Hello, Is there a getBlock(blockHashOrBlockNumber) function available? Thanks
Hey, I would like to suggest a feature to convert ``MsgSignature`` from and to a DER-Encoded signature. So I could sign / verify data without requiring another library / (there...
We import `package:isolate` to relay expensive operations onto a background isolate. Sadly, the current design means that `package:web3dart/web3dart.dart` has to import `package:isolate`, which we can't use on the web. We...