Hi!
I'm locating a file contract.abi.json in lib/ and running dart pub run build_runner build as explained in the example/contracts.dart but I'm unable to generate the contract.g.dart file.
The README tells about installing web3dart_builders, but it does not work with web3dart 3.0.0. Maybe it's missing an update in such a library to point to this new major version (?)
- Related to this, seems like the README is outdated with v3.0.0 changes. To get the examples compile, it requires at least to import the
wallet library.
Hi!
I'm locating a file
contract.abi.jsoninlib/and runningdart pub run build_runner buildas explained in theexample/contracts.dartbut I'm unable to generate thecontract.g.dartfile.The README tells about installing
web3dart_builders, but it does not work with web3dart 3.0.0. Maybe it's missing an update in such a library to point to this new major version (?)walletlibrary.