laconicd/testnet/README.md

12 lines
190 B
Markdown
Raw Normal View History

2022-04-06 01:28:21 +00:00
# Testnet
## Setup local laconic multi node testnet in local enviorment
2022-04-06 01:28:21 +00:00
```shell
$ bash multinode_testnet.sh
2022-04-06 01:56:51 +00:00
or
2022-04-06 01:59:03 +00:00
# this is create localnet with docker containers
$ make localnet-start
2022-04-06 01:59:03 +00:00
```