Ethereum Wallet for ERC20 smart contracts.
The idea is to have a boiler plate to transfer tokens from one address to another based on smart contracts. Further it can connect to any RPC server or your Local geth node. This app is fully functional.
- Built in Flutter
- Google ML Vision for QRCode scan.
- Web3Dart to interact with Ethereum blockchain
- mobx.dart for state management
Build - flutter packages pub run build_runner build
Watch - flutter packages pub run build_runner watch
- Change the abi.json in contract.dart
- Change the name of your functions in Hyper ledger or Smart Contracts.
- Txn ID of Ledger
- RPC URL
- flutter pub get packages
- flutter run