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 rosetta

Spin up a Rosetta server.

Usage

Terrad
Copy

_1
terrad rosetta [flags]

Options

Terrad
Copy

_8
--addr string the address rosetta will bind to (default ":8080")
_8
--blockchain string the blockchain type (default "app")
_8
--grpc string the app gRPC endpoint (default "localhost:9090")
_8
-h, --help help for rosetta
_8
--network string the network name (default "network")
_8
--offline run rosetta only with construction API
_8
--retries int the number of retries that will be done before quitting (default 5)
_8
--tendermint string the tendermint rpc endpoint, without tcp:// (default "localhost:26657")

See also

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