iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.49k stars 1.44k forks source link

Add support EOSIO #333

Closed conr2d closed 5 years ago

conr2d commented 5 years ago

Unlike other blockchains, EOSIO doesn't derive address from public key. It uses human-readable account name like alice1wonder rather than using Base58 encoded address.

iancoleman commented 5 years ago

Looks good. The test check is a good reminder to me to upgrade the network tests to check address, pubkey and privkey rather than just address. Thanks for the PR.