var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

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.

Terrad
Copy

_33
Stargate Terra App
_33
_33
Usage:
_33
terrad [command]
_33
_33
Available Subcommands (click for more info):
_33
_33
add-genesis-account Add a genesis account to genesis.json
_33
collect-gentxs Collect genesis txs and output a genesis.json file
_33
debug Tool for helping with debugging your application
_33
export Export state to JSON
_33
gentx Generate a genesis tx carrying a self delegation
_33
help Help about any command
_33
init Initialize private validator, p2p, genesis, and application configuration files
_33
keys Manage your application's keys
_33
query Querying subcommands
_33
rollback rollback cosmos-sdk and tendermint state by one height
_33
rosetta spin up a rosetta server
_33
start Run the full node
_33
status Query remote node for status
_33
tendermint Tendermint subcommands
_33
tx Transactions subcommands
_33
validate-genesis validates the genesis file at the default location or at the location passed as an arg
_33
version Print the application binary version information
_33
_33
Flags:
_33
-h, --help help for terrad
_33
--home string directory for config and data
_33
--log_format string The logging format (json|plain) (default "plain")
_33
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
_33
--trace print out full stack trace on errors
_33
_33
Use "terrad [command] --help" for more information about a command.

Options

Terrad
Copy

_1
-h, --help help for terrad

See also