forked from cerc-io/laconicd
11 lines
196 B
Markdown
11 lines
196 B
Markdown
# Testnet
|
|
|
|
## Setup local chibaclonk multi node testnet in local enviorment
|
|
|
|
```shell
|
|
$ bash multinode_testnet.sh
|
|
|
|
or
|
|
# this is create localnet will docker containers
|
|
$ make localnet-start
|
|
``` |