Scripts and tools for starting and testing a chain
- copy
env.example.shtoenv.sh(or other file related to your chain name, eg:env-regen.sh) - Set correct variables in your
env.shfile - Load the env file:
. env.sh - Start the chain:
./setup-simple.shTo run proposal examples you should use./setup.shinstead.
See and play with other scripts.
You can also run a chain with:
# spin a network with 4 validators and print a key mnemonic of one of the validators
simd testnet start
# now let's recover the key, so we can use it in transactions
simd keys add validator --recoverjqshell(zsh, bash, ...)