terrad keys show
Retrieve key information by name or address.
Synopsis
Display details of keys. Terra addresses are prefixed by terra-
. For example, terra15h6vd5f0wqps26zjlwrc6chah08ryu4hzzdwhc
.
If multiple names or addresses are provided, then an ephemeral multisig key will be created under the name "multi" consisting of all the keys provided by name and multisig threshold.
Usage
Examples
_1terrad keys show myAccount
To show a validator's address, append the --bech=val
flag to the end of the command statement, as shown in the following example:
_1terrad keys show accountExample --bech=val
To show the validator consensus address that is generated when the node is created by terrad init
and the Tendermint signing key for the node, use the tendermint
command, as shown in the following example:
_1terrad tendermint show-address
Options
Options inherited from parent commands
See also
- terrad keys - Manage your application's keys.