Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 486 Bytes

Scripts

bootstrap_local_chain.sh

This script helps prepare environment and start scripts to bootstrap a 3 nodes Ronin devnet.

Bootstrap the config

# run with default settings 
./script/bootstrap_local_chain.sh

# run with custom data directory and genesis file 
RONIN_NODE_PATH=./script/run/ronin GENESIS_FILE=./genesis/devnet.json ./script/bootstrap_local_chain.sh

Run the nodes

./script/run_node1.sh
./script/run_node2.sh
./script/run_node3.sh