Seed

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


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": "..."
}

Last updated