Skip to content
CLI Docs
v0.32.0
Axelard Debug Pubkey

axelard debug pubkey

Decode a pubkey from proto JSON

Synopsis

Decode a pubkey from proto JSON and display it's address.

Example:

$ <appd> debug pubkey '
```json
{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}

'

axelard debug pubkey [pubkey] [flags]


### Options

-h, --help help for pubkey


### Options inherited from parent commands

--home string directory for config and data (default "$HOME/.axelar") --log_format string The logging format (json|plain) (default "plain") --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") --output string Output format (text|json) (default "text") --trace print out full stack trace on errors


### SEE ALSO

- [axelard debug](/cli-docs/v0_32_0/axelard_debug) - Tool for helping with debugging your application