stellar_keys_generate
Generate a new Stellar identity using a 24-word seed phrase. Use it to create key pairs for signing transactions and managing assets on the Stellar network.
Instructions
Generate a new identity using a 24-word seed phrase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fund | No | Fund generated key pair | |
| name | Yes | Name of identity | |
| seed | No | Optional seed to use when generating seed phrase. Random otherwise | |
| hdPath | No | When generating a secret key, which hd_path should be used from the original seed_phrase | |
| rpcUrl | No | RPC server endpoint | |
| network | No | Name of network to use from config | |
| asSecret | No | Output the generated identity as a secret key | |
| configDir | No | Location of config directory | |
| overwrite | No | Overwrite existing identity if it already exists | |
| secureStore | No | Save the new key in your OS's credential secure store | |
| networkPassphrase | No | Network passphrase |