web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

Ethereum library, written in Dart.

Results 84 web3dart issues
Sort by recently updated
recently updated
newest added

I read through the docs but I wasn't clear on whether I can just use various RPC URLs across the different EVM chains. I don't see how to specify url...

how to generate .g.dart as you remove lib/src/builder?

I'm new to Web3 and hope to find an example how to sign and verify messages. Anyone care to share please? Will appreciate any help.

hi, I use `Web3Client.sendTransaction` method most of the time, It fixes everywhere, but when I call the Erc20 approve method, I do not receive an error if the user rejects...

I'm trying to estimate the gas fee for the ERC20 token transaction - in this case transferring DAI from one address to another (on Mumbai). The code for estimating the...

How can we set up a new Ethereum account like Metamask do. First it will generate a Mnemonic Phrase and then set up a new account to interact with contract?

How do we generate signed transactions offline with private key?

I'm creating a signed transaction on a mobile client which is then passed to a node server for submission. This works when not including 1559 gas parameters: ``` final transaction...