Hierarchical Deterministic Wallet
GithubDownloadOnline
  • Getting Started
    • Introduction
  • MANUAL
    • Generate
      • Entropy
      • Mnemonic
      • Seed
      • Passphrase
    • Dumps
      • From Entropy
        • BIP's
        • Cardano
        • Electrum V1
        • Electrum V2
        • Monero
      • From Mnemonic
        • BIP's
        • Cardano
        • Electrum V1
        • Electrum V2
        • Monero
      • From Private Key
        • BIP's
        • Cardano
        • Electrum V1
        • Monero
      • From Public Key
        • BIP's
        • Cardano
        • Electrum V1
      • From Seed
        • BIP's
        • Cardano
        • Electrum V1
        • Electrum V2
        • Monero
      • From WIF
        • BIP's
        • Electrum V1
      • From XPrivate Key
        • BIP's
        • Cardano
      • From XPublic Key
        • BIP's
        • Cardano
      • From Spend Private Key
      • From Watch Only
Powered by GitBook
On this page
  1. MANUAL
  2. Generate

Seed

Cryptographic seeds act as starting points to generate all key pairs and addresses in a deterministic wallet.

PreviousMnemonicNextPassphrase

Last updated 7 months ago


Only the BIP39 and Cardano's Shelley Ledger and Byron Ledger types support passphrases.

  1. Select Client

  2. Select Mnemonic Type (If Client is Electrum V2)

  3. Select Cardano Type (If Client is Cardano)

  4. Enter Mnemonic

  5. Enter Passphrase (Optional)

  6. Click Generate

The generated seed will appear in the terminal on the right panel.

Output
{
    "name": "...",
    "seed": "..."
}