Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 955 Bytes

File metadata and controls

26 lines (17 loc) · 955 Bytes

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.

What's in here

Building Stores (Codegen)

Build - flutter packages pub run build_runner build

Watch - flutter packages pub run build_runner watch

Running

  • 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