Skip to content

sig9sec/dano-ledger-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dano-ledger-recovery

Derives first 10 addresses from a BIP39 mnemonic for:

  • Bitcoin bech32 (BIP84): m/84'/0'/account'/change/index
  • Ethereum (BIP44): m/44'/60'/account'/change/index
  • Polkadot (SLIP-0010/ed25519 via seed): m/44'/354'/account'/change'/index'

Install dependencies:

npm install

Run:

# Interactive. Prompts if no mnemonic argument is provided (recommended, no seed in terminal history)
npm start

# or pass mnemonic on the command line
npm start -- "abandon abandon ..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published