File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# How to run
22
3- ### Download zombienet
4- ```
5- wget https://github.com/paritytech/zombienet/releases/download/v1.3.133/zombienet-linux-x64
6- chmod +x zombienet-linux-x64
7- ```
8-
93### Build Bulletin
104```
115git clone https://github.com/paritytech/polkadot-bulletin-chain.git
@@ -15,8 +9,21 @@ cargo build --release -p polkadot-bulletin-chain
159
1610### Download Zombienet
1711```
18- # cd polkadot-bulletin-chain - make sure we are here
12+ cd polkadot-bulletin-chain - make sure we are within the folder
13+ ```
14+
15+ #### Linux
16+ ```
1917wget https://github.com/paritytech/zombienet/releases/download/v1.3.133/zombienet-linux-x64
18+ chmod +x zombienet-linux-x64
19+ ```
20+
21+ #### Mac OS
22+ ` zombienet-macos-arm64 ` or ` zombienet-macos-x64 `
23+
24+ ```
25+ curl -L -o zombienet-macos-arm64 https://github.com/paritytech/zombienet/releases/download/v1.3.133/zombienet-macos-arm64
26+ chmod +x zombienet-macos-arm64
2027```
2128
2229### Run Bulletin nodes with ` --ipfs-server `
You can’t perform that action at this time.
0 commit comments