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

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

script

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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