mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-14 02:51:01 +00:00
24 lines
625 B
Markdown
24 lines
625 B
Markdown
# Zombienet configuration
|
|
|
|
Zombienet aims to be a testing pezframework for Bizinikiwi based blockchains, providing a simple cli tool that allows users to spawn and test ephemeral networks.
|
|
|
|
## Start a development chain
|
|
|
|
Firstly build Pezkuwi binaries with:
|
|
|
|
```sh
|
|
$ scripts/zombienet.sh build
|
|
```
|
|
|
|
This process can take some time, so please be patient. If on Linux, you can alternatively download the binaries to speed up the process with:
|
|
|
|
```shell
|
|
$ scripts/zombinet.sh init
|
|
```
|
|
|
|
Once Pezkuwi binaries are in place you can spawn a local testnet by running the following command:
|
|
|
|
```shell
|
|
$ scripts/zombienet.sh devnet
|
|
```
|