Generate a wallet
Description
Create a new wallet with mnemonic phrase or restore from existing seed
Use Cases
Creating new wallets for users
Restoring wallets from seed phrases
Generating deterministic wallet addresses
Building wallet applications
Key Concepts
Secret key - Can be a mnemonic phrase or private key
Password - Encrypts the wallet (different from mnemonic passphrase)
Accounts - Multiple accounts can be derived from one seed
Wallet SDK generates hierarchical deterministic (HD) wallets following BIP32/BIP39 standards
Last updated
Was this helpful?