BelloBronxie / dev-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-toolkit

Scripts and tools for starting and testing a chain

Quick Start

  1. copy env.example.sh to env.sh (or other file related to your chain name, eg: env-regen.sh)
  2. Set correct variables in your env.sh file
  3. Load the env file: . env.sh
  4. Start the chain: ./setup-simple.sh To run proposal examples you should use ./setup.sh instead.

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 --recover

Requirements

  • jq
  • shell (zsh, bash, ...)

About

License:Mozilla Public License 2.0


Languages

Language:Shell 100.0%