Setting up a node for a Cosmos SDK chain has traditionally been a complex process requiring multiple steps:
config.toml
and app.toml
files, which involves:
seeds
, persistent_peers
, and pruning
Weave streamlines this entire process into a simple command.
This command guides you through the node setup process, taking you from an empty directory to a fully synced node ready for operation.
Once complete, you can run the node using weave initia start
.
Available Flags
The directory to store the node’s data and configuration files.
To see all the available commands:
Setting up a node for a Cosmos SDK chain has traditionally been a complex process requiring multiple steps:
config.toml
and app.toml
files, which involves:
seeds
, persistent_peers
, and pruning
Weave streamlines this entire process into a simple command.
This command guides you through the node setup process, taking you from an empty directory to a fully synced node ready for operation.
Once complete, you can run the node using weave initia start
.
Available Flags
The directory to store the node’s data and configuration files.
To see all the available commands: