iancoleman / bip39

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

EOS Address missing #453

Open umar-shafiq opened 3 years ago

umar-shafiq commented 3 years ago

I am facing a problem that I can't generate EOS addresses, I have looked into the source code if (networks[DOM.network.val()].name == "EOS - EOSIO") { address = "" pubkey = EOSbufferToPublic(keyPair.getPublicKeyBuffer()); privkey = EOSbufferToPrivate(keyPair.d.toBuffer(32)); }

Can you please let me know what will be the format to get the EOS hardened addresses.