This a simple readme file that will outline the required steps to run the included scripts.
For running a standalone tangle network, Here are the steps that you need to follow:
- Compile the standalone in the
release
mode:
cargo b -rp tangle
- Execute the
run-standalone.sh
script:
./scripts/run-standalone --clean
Note that this will start a clean network state, if you want to continue running on an old state (using old database)
just omit the --clean
flag.