stellar_keys_add
Create a new Stellar identity by adding a keypair, ledger, or OS secure store entry. Specify a name and optional key material to manage accounts.
Instructions
Add a new identity (keypair, ledger, OS specific secure store)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of identity | |
| configDir | No | Location of config directory | |
| publicKey | No | Add a public key, ed25519, or muxed account, e.g. G1.., M2.. | |
| secretKey | No | Enter secret (S) key when prompted | |
| seedPhrase | No | Enter key using 12-24 word seed phrase | |
| secureStore | No | Save the new key in your OS's credential secure store |