web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

Ethereum library, written in Dart.

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

In debug mode, web3dart works fine but after as I build project, run apk on my mobile, it doesn't show any response.

`eth_getBlockByNumber` returns either transaction hashes or full transactions depending on the second boolean argument. For this we have `Web3Client.getBlockInformation` that also has an optional boolean argument which is sent but...

- Ported the BlockInformation from Web3.js - Some of the types are strings, but can be manipulated to BigInt or Uint8List potentially - Have not made methods for some of...

I use web3dart with angulardart and found no information on how to connect to MetaMask. Is this possible?

When I call your contract dart in example and it happend a error: Value not in range: 32 this is my code: ```dart try { final balance = await web3client.call(...

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: RPCError: got code -32700 with msg "Invalid signature v value". E/flutter ( 6446): #0 JsonRPC.call (package:web3dart/json_rpc.dart:62:7) E/flutter ( 6446): E/flutter ( 6446): #1 Web3Client._makeRPCCall (package:web3dart/src/core/client.dart:54:20) E/flutter (...

I found this bug in the library where a zero address returned from a contract results in an exception (because zero address is '0x0'). I suggest manipulating return data from...

Hello I will like to check how can I alter the eth 'transfer' function to bep20 'transferFrom' function from this library as different amount of parameters are required.

I need to add NFT. i dont think this is apart of the golang ethereum server and so requires a custom rpc call ?