Running a Local Testnet
How to set up a multi-validator local testnet for development purposes.
1
Generate Testnet Files
Generate keys and config for 4 validators.
marood testnet --v 4 --output-dir ./.testnets --chain-id local-1 2
Start the Nodes
You can now start each validator node using the generated configurations found in the output directory.
marood start --home ./.testnets/node0