generate_mnemonic
Create a new Kaspa wallet by generating a BIP39 mnemonic phrase and deriving its corresponding address. Specify word count (12 or 24) and network for secure wallet setup.
Instructions
Generate a new BIP39 mnemonic phrase and derive the corresponding Kaspa wallet address. Use this to create a new wallet.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wordCount | No | Number of words (12 or 24, default: 12) | |
| network | No | Network for address derivation (default: mainnet) |