terrad keys
Manage your application's keys.
Synopsis
The keys
command contains the Terrad keyring management commands. These keys may be in any format supported by the Tendermint crypto library and can be used by light-clients, full nodes, or any other application that needs to sign with a private key.
The keyring supports the following backends:
KWallet
and pass
backends depend on external tools. Refer to their respective documentation for more
information:
The pass backend requires GnuPG: https://gnupg.org/
Options
Subcommands
Options
See also
See also
- terrad - The Terra Blockchain's CLI and node daemon.
- terrad keys add - Add an encrypted private key (either newly generated or recovered), encrypt it, and save to
<name>
file. - terrad keys delete - Delete the given keys
- terrad keys export - Export private keys
- terrad keys import - Import private keys into the local keybase
- terrad keys list - List all keys
- terrad keys migrate - Migrate keys from the legacy (db-based) Keybase
- terrad keys mnemonic - Compute the bip39 mnemonic for some input entropy
- terrad keys parse - Parse address from hex to bech32 and vice versa
- terrad keys show - Retrieve key information by name or address