Axelar App
-h, --help help for axelard
--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
- axelard add-genesis-account - Add a genesis account to genesis.json
- axelard add-genesis-evm-chain - Adds an EVM chain in genesis.json
- axelard collect-gentxs - Collect genesis txs and output a genesis.json file
- axelard debug - Tool for helping with debugging your application
- axelard export - Export state to JSON
- axelard gentx - Generate a genesis tx carrying a self delegation
- axelard health-check -
- axelard init - Initialize private validator, p2p, genesis, and application configuration files
- axelard keys - Manage your application's keys
- axelard migrate - Migrate genesis to a specified target version
- axelard query - Querying subcommands
- axelard rollback - rollback cosmos-sdk and tendermint state by one height
- axelard rosetta - spin up a rosetta server
- axelard set-genesis-auth - Set the genesis parameters for the auth module
- axelard set-genesis-chain-params - Set chain parameters in genesis.json
- axelard set-genesis-crisis - Set the genesis parameters for the crisis module
- axelard set-genesis-evm-contracts - Set the EVM's contract parameters in genesis.json
- axelard set-genesis-gov - Set the genesis parameters for the governance module
- axelard set-genesis-mint - Set the genesis parameters for the mint module
- axelard set-genesis-reward - Set the genesis parameters for the reward module
- axelard set-genesis-slashing - Set the genesis parameters for the slashing module
- axelard set-genesis-snapshot - Set the genesis parameters for the snapshot module
- axelard set-genesis-staking - Set the genesis parameters for the staking module
- axelard set-genesis-vote - Set the genesis parameters for the vote module
- axelard set-governance-key - Set the genesis multisig governance key for the axelar network
- axelard start - Run the full node
- axelard status - Query remote node for status
- axelard tendermint - Tendermint subcommands
- axelard tx - Transactions subcommands
- axelard vald-sign - Sign hash with the key corresponding to the key id for the given validator. If unspecified, the public key will be retrieved from the node.
- axelard vald-start -
- axelard validate-genesis - validates the genesis file at the default location or at the location passed as an arg
- axelard version - Print the application binary version information