Skip to content

Commit 72c2c91

Browse files
committed
add zombienet
1 parent cd51737 commit 72c2c91

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

zombienet/config.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://www.npmjs.com/package/@zombienet/cli
2+
# To run the network, execute the following command:
3+
# zombienet -p native spawn ./zombienet/config.toml
4+
5+
[relaychain]
6+
chain = "local"
7+
default_command = "./target/release/polkadot-bulletin-chain"
8+
9+
[relaychain.genesis.runtime.validatorSet]
10+
initialValidators = ["5GNJqTPyNqANBkUVMN1LPPrxXnFouWXoe2wNSmmEoLctxiZY", "5HpG9w8EBLe5XCrbczpwq5TSXvedjrBGCwqxK1iQ7qUsSWFc"]
11+
12+
[[relaychain.nodes]]
13+
name = "alice"
14+
ws_port = 9944
15+
validator = true
16+
args = [ "--ipfs-server", "-lbitswap=trace" ]
17+
18+
[[relaychain.nodes]]
19+
name = "bob"
20+
ws_port = 9945
21+
validator = true

0 commit comments

Comments
 (0)