iancoleman / bip39

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

Add Terra (LUNA) support #479

Closed a00a63 closed 3 years ago

a00a63 commented 3 years ago

This PR adds Terra (LUNA) support. Terra is Cosmos-SDK based chain, using secp256k1 key pairs and the same bech32 address encoding as Cosmos Hub (ATOM).

Tests are consistent with other implementations such as github.com/terra-project/station and github.com/hukkinj1/cosmospy using DERIVATION_PATH = "m/44'/330'/0'/0/0" BECH32_HRP = "terra"