iancoleman / bip39

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

XEM support #148

Closed gtsq closed 6 years ago

gtsq commented 6 years ago

Hi. Thanks for a great tool. XEM has recently been added to Trezor but as far as I can tell there's no way of extracting XEM private keys from the 24 word Trezor seed.

No other XEM wallets support seeds and there's no way to display a private key on the Trezor so no Trezor, no XEM. Is adding support for XEM a possibility?

Trezor support pointed me to this tool when I asked them, but as far I can tell it can't be done as is. I might be missing something obvious.

Thanks a lot.

iancoleman commented 6 years ago

XEM is not currently supported by this tool but it may be added if someone from that community submits a pull request including it in the list of coins.

An example of what is required to add a new coin can be seen in https://github.com/iancoleman/bip39/commit/66419cf39c76e60f1b7db419dd1d88f7b221cdbb

iancoleman commented 6 years ago

The xem community can add their coin by submitting a pull request.