xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

Generate ETH address from passphrase? #33

Open jackfly8 opened 2 years ago

jackfly8 commented 2 years ago

Could you add the feature that public ETH address can be generated by importing passphrases?

3ph commented 2 years ago

Please have a look at BIP39 package. It implements BIP-39: Mnemonic code for generating deterministic keys which should be what you are after.

mthinh commented 6 months ago

@jackfly8 please take a look on this one https://gist.github.com/athlona64/5809fa53ddbd6efbd22c8c718f8d7ee7