CLI command overview
- axelard - Axelar App
- add-genesis-account [address_or_key_name] [coin][,[coin]] - Add a genesis account to genesis.json
- add-genesis-evm-chain [name] - Adds an EVM chain in genesis.json
- collect-gentxs - Collect genesis txs and output a genesis.json file
- debug - Tool for helping with debugging your application
- addr [address] - Convert an address between hex and bech32
- pubkey [pubkey] - Decode a pubkey from proto JSON
- raw-bytes [raw-bytes] - Convert raw bytes output (eg. [10 21 13 255]) to hex
- export - Export state to JSON
- gentx [key_name] [amount] - Generate a genesis tx carrying a self delegation
- health-check -
- init [moniker] - Initialize private validator, p2p, genesis, and application configuration files
- keys - Manage your application's keys
- [add
<name>](/cli-docs/v0_32_0/axelard_keys_add) - Add an encrypted private key (either newly generated or recovered), encrypt it, and save to <name>
file - delete
<name>
... - Delete the given keys - export
<name>
- Export private keys - import
<name> \<keyfile>
- Import private keys into the local keybase - list - List all keys
- migrate
<old_home_dir>
- Migrate keys from the legacy (db-based) Keybase - mnemonic - Compute the bip39 mnemonic for some input entropy
- parse
<hex-or-bech32-address>
- Parse address from hex to bech32 and vice versa - show [name_or_address [name_or_address...]] - Retrieve key information by name or address
- [add
- migrate [target-version] [genesis-file] - Migrate genesis to a specified target version
- query - Querying subcommands
- account [address] - Query for account by address
- auth - Querying commands for the auth module
- account [address] - Query for account by address
- accounts - Query all the accounts
- module-account [module-name] - Query module account info by module name
- params - Query the current auth parameters
- axelarnet - Querying commands for the axelarnet module
- ibc-transfer-count - returns the number of pending IBC transfers per chain
- bank - Querying commands for the bank module
- balances [address] - Query for account balances by address
- denom-metadata - Query the client metadata for coin denominations
- total - Query the total supply of coins of the chain
- block [height] - Get verified data for a the block at given height
- distribution - Querying commands for the distribution module
- commission [validator] - Query distribution validator commission
- community-pool - Query the amount of coins in the community pool
- params - Query distribution params
- rewards [delegator-addr] [validator-addr] - Query all distribution delegator rewards or rewards from a particular validator
- slashes [validator] [start-height] [end-height] - Query distribution validator slashes
- validator-outstanding-rewards [validator] - Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations
- evidence - Query for evidence by hash or for all (paginated) submitted evidence
- evm - Querying commands for the evm module
- address [chain] - Returns the EVM address
- batched-commands [chain] [batchedCommandsID] - Get the signed batched commands that can be wrapped in an EVM transaction to be executed in Axelar Gateway
- burner-info [deposit address] - Get information about a burner address
- bytecode [chain] [contract] - Fetch the bytecode of an EVM contract [contract] for chain [chain]
- chains - Return the supported EVM chains by status
- command [chain] [id] - Get information about an EVM gateway command given a chain and the command ID
- confirmation-height [chain] - Returns the minimum confirmation height for the given chain
- erc20-tokens [chain] - Returns the ERC20 tokens for the given chain
- event [chain] [event-id] - Returns an event for the given chain
- gateway-address [chain] - Query the Axelar Gateway contract address
- latest-batched-commands [chain] - Get the latest batched commands that can be wrapped in an EVM transaction to be executed in Axelar Gateway
- pending-commands [chain] - Get the list of commands not yet added to a batch
- token-address [chain] - Query a token address by by either symbol or asset
- token-info [chain] - Returns the info of token by either symbol, asset, or address
- feegrant - Querying commands for the feegrant module
- grant [granter] [grantee] - Query details of a single grant
- grants-by-grantee [grantee] - Query all grants of a grantee
- grants-by-granter [granter] - Query all grants by a granter
- gov - Querying commands for the governance module
- deposit [proposal-id] [depositer-addr] - Query details of a deposit
- deposits [proposal-id] - Query deposits on a proposal
- param [param-type] - Query the parameters (voting|tallying|deposit) of the governance process
- params - Query the parameters of the governance process
- proposal [proposal-id] - Query details of a single proposal
- proposals - Query proposals with optional filters
- proposer [proposal-id] - Query the proposer of a governance proposal
- tally [proposal-id] - Get the tally of a proposal vote
- vote [proposal-id] [voter-addr] - Query details of a single vote
- votes [proposal-id] - Query votes on a proposal
- ibc - Querying commands for the IBC module
- channel - IBC channel query subcommands
- channels - Query all channels
- client-state [port-id] [channel-id] - Query the client state associated with a channel
- connections [connection-id] - Query all channels associated with a connection
- end [port-id] [channel-id] - Query a channel end
- next-sequence-receive [port-id] [channel-id] - Query a next receive sequence
- packet-ack [port-id] [channel-id] [sequence] - Query a packet acknowledgement
- packet-commitment [port-id] [channel-id] [sequence] - Query a packet commitment
- packet-commitments [port-id] [channel-id] - Query all packet commitments associated with a channel
- packet-receipt [port-id] [channel-id] [sequence] - Query a packet receipt
- unreceived-acks [port-id] [channel-id] - Query all the unreceived acks associated with a channel
- unreceived-packets [port-id] [channel-id] - Query all the unreceived packets associated with a channel
- client - IBC client query subcommands
- consensus-state [client-id] [height] - Query the consensus state of a client at a given height
- consensus-state-heights [client-id] - Query the heights of all consensus states of a client.
- consensus-states [client-id] - Query all the consensus states of a client.
- header - Query the latest header of the running chain
- params - Query the current ibc client parameters
- self-consensus-state - Query the self consensus state for this chain
- state [client-id] - Query a client state
- states - Query all available light clients
- status [client-id] - Query client status
- connection - IBC connection query subcommands
- connections - Query all connections
- end [connection-id] - Query stored connection end
- path [client-id] - Query stored client connection paths
- channel - IBC channel query subcommands
- ibc-transfer - IBC fungible token transfer query subcommands
- denom-hash [trace] - Query the denom hash info from a given denom trace
- denom-trace [hash/denom] - Query the denom trace info from a given trace hash or ibc denom