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
terrad export [flags]

Options

Terrad
Copy
--for-zero-height Export state to start at height zero (perform preproccessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory (default "terra")
--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.