Skip to content

veado/xchain-address-derivation

Repository files navigation

XChain Address Derivation

Utility to derive addresses from a mnemonic phrase (BIP39) or keystore (XChain). Very similar to Iancoleman's Mnemonic Code Converter, but more simplified and for chains supported by THORChain and Maya only. Derivation of addresses built with XChainjs.

Live

👀 https://veado.github.io/xchain-address-derivation/

Preview

Preview

Just in case: Phrase in preview ^ was taken from fantastic book Mastering Bitcoin - Chapter 5 - Mnemonic Code Words (BIP-39)

Local development

npm i
npm run dev

Open http://localhost:3000/xchain-address-derivation/

Production build

npm run build

Prepare deployment

# Build sources for deployment into 'dist` folder
npm run build
# check deployment locally by opening http://localhost:4173/xchain-address-derivation/
npm run preview

Built with

Licence

MIT

About

Utility to derive addresses from a mnemonic phrase (BIP39) or keystore (XChain)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages