You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/contrib/testnet
Jeff Becker 8ae0808f97
add forgotten files
3 years ago
..
.gitignore mock lokid for loopback testnet 4 years ago
genconf.py add forgotten files 3 years ago
readme.md add forgotten files 3 years ago
requirements.txt mock lokid for loopback testnet 4 years ago
testnet.sh add forgotten files 3 years ago

readme.md

loopback testnet scripts

requirements:

  • bash
  • python3
  • supervisord

setup:

make a testnet compatable lokinet build:

$ cmake -DWITH_TESTNET=ON -B build-testnet -S .
$ make -C build-testnet lokinet

usage:

from root of repo run:

$ ./contrib/testnet/testnet.sh build-testnet/daemon/lokinet 20 200

this will spin up 20 service nodes and 200 clients