/eth-wallet-dart

Ethereum Wallet Utitlity Tools

Primary LanguageDartOtherNOASSERTION

A Library porting most Ethereum standards to Dart/Flutter

A Dart project with the goal to port most Ethereum wallet standards to Dart/Flutter.

Implemented features thus far :

  1. Mnemonic seed generation &/ derivation.

  2. Mnemonic recovery.

  3. Seed root from mnemonic.

  4. Root private key derivation.

  5. Child key derivations from extended private keys.

  6. Initial Hierarchical Deterministic key support.

Work in progress :

  1. Full support for the official Ethereum derivation path.

  2. More unit tests

  3. Good Docs