We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd51737 commit 72c2c91Copy full SHA for 72c2c91
zombienet/config.toml
@@ -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
19
+ name = "bob"
20
+ ws_port = 9945
21
0 commit comments