mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 17:22:13 +00:00
9 lines
138 B
Bash
9 lines
138 B
Bash
#! /bin/bash
|
|
set -eu
|
|
|
|
# install mintnet, netmon, fetch network_testing
|
|
bash test/net/setup.sh
|
|
|
|
# start the testnet
|
|
bash test/net/start.sh
|