Skip to content

Rexagon/local-ever-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-ever-network

A simple script to test consensus locally.

Based on original scripts.

How to use

Usage: run.sh --node-path PATH --tools-path PATH [OPTIONS]

Options:
  -h,--help             Print this help message and exit
  -n,--nodes N          Number of nodes to run
  --node-path PATH      Path to the ever-node repo
  --tools-path PATH     Path to the ever-node-tools repo
  --rebuild-node        Build node before running the network
  --rebuild-tools       Build tools before running the network

Example:

git clone https://github.com/tonlabs/ever-node.git --recursive
git clone https://github.com/tonlabs/ever-node-tools.git --recursive

git clone https://github.com/Rexagon/local-ever-network.git
cd local-ever-network

./run.sh \
    --node-path ../ever-node \
    --tools-path ../ever-node-tools \
    --rebuild-node \
    --rebuild-tools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages