1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/contrib/testnet
2021-06-08 14:36:33 -04:00
..
.gitignore mock lokid for loopback testnet 2020-02-02 11:32:15 -05:00
genconf.py more shit 2021-06-08 14:36:33 -04:00
readme.md add forgotten files 2021-04-19 07:02:45 -04:00
requirements.txt mock lokid for loopback testnet 2020-02-02 11:32:15 -05:00
testnet.sh add forgotten files 2021-04-19 07:02:45 -04:00

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