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.
👀 https://veado.github.io/xchain-address-derivation/
Just in case: Phrase in preview ^ was taken from fantastic book Mastering Bitcoin
- Chapter 5 - Mnemonic Code Words (BIP-39)
npm i
npm run dev
Open http://localhost:3000/xchain-address-derivation/
npm run build
# Build sources for deployment into 'dist` folder
npm run build
# check deployment locally by opening http://localhost:4173/xchain-address-derivation/
npm run preview