web3dart icon indicating copy to clipboard operation
web3dart copied to clipboard

Generate ETH address from passphrase?

Open jackfly8 opened this issue 2 years ago • 2 comments

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

jackfly8 avatar May 09 '22 18:05 jackfly8

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

3ph avatar May 12 '22 22:05 3ph

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

mthinh avatar Jan 03 '24 07:01 mthinh