Skip to content

yijian166/eth-wallet-dart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ethereum Wallet Utitlity Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.2%
  • Java 2.8%