Terrad
Terrad is the Terra Blockchain's CLI and node daemon. This section contains information about Terrad commands and their usage. To learn how to run a full node, visit the Full node guide.
⚙️Getting started
To learn how to install Terrad, visit the Terrad installation guide. To learn how to use Terrad, visit Using Terrad.
Options
See also
- terrad add-genesis-account - Add a genesis account to
genesis.json
. - terrad collect-gentxs - Collect genesis txs and output a
genesis.json
file. - terrad debug - A tool to help with app debugging.
- terrad export - Export state to JSON.
- terrad gentx - Generate a genesis tx carrying a self delegation.
- terrad init - Initialize private validator, p2p, genesis, and application configuration files.
- terrad keys - Manage your application's keys.
- terrad query - Querying subcommands.
- terrad rollback - rollback blockchain and tendermint state by one height.
- terrad rosetta - spin up a rosetta server.
- terrad tendermint show-node-id - Show this node's ID.
- terrad tendermint show-validator - Show this node's tendermint validator info
- terrad start - Run the full node.
- terrad status - Query remote node for status.
- terrad tx - Transactions subcommands.
- terrad validate-genesis - validates the genesis file at the default location or at the location passed as an arg.
- terrad version - Print tendermint libraries' version.