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 export

Exports the state to JSON.

Usage

Terrad
Copy

_1
terrad export [flags]

Options

Terrad
Copy

_5
--for-zero-height Export state to start at height zero (perform preproccessing)
_5
--height int Export state from a particular height (-1 means latest height) (default -1)
_5
-h, --help help for export
_5
--home string The application home directory (default "terra")
_5
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail

See also

  • terrad - The Terra Blockchain's CLI and node daemon.