testnet
GitHub

marood init

marood init [moniker] [flags]

Initializes the node configuration files, private validator keys, and a default genesis file. This is the first step to running a Maroo node.

Parameters

Name Type Required Description
moniker string A custom name for your node
--chain-id string - The chain ID for the genesis file (default: random)

Returns

Type: JSON

Outputs the moniker, chain_id, node_id, and app_message to stderr.

Examples

Initialize a node

marood init my-node --chain-id maroo-testnet
ESC
Type to search