File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11# How to Run
22
3- ## Build Bulletin
4-
5- ``` shell
6- git clone https://github.com/paritytech/polkadot-bulletin-chain.git
7- cd polkadot-bulletin-chain
8- cargo build --release -p polkadot-bulletin-chain
9- ```
103
114``` shell
125cd polkadot-bulletin-chain # make you are inside the project directory for the following steps
@@ -62,9 +55,14 @@ docker logs -f ipfs-node
6255
6356``` shell
6457# Bulletin Solochain
58+ # # Build Bulletin
59+
60+ ` ` ` shell
61+ # cd polkadot-bulletin-chain # make you are in this directory
62+ cargo build --release -p polkadot-bulletin-chain
63+
6564POLKADOT_BULLETIN_BINARY_PATH=./target/release/polkadot-bulletin-chain \
6665 ./$( ls zombienet-* -* ) -p native spawn ./zombienet/bulletin-polkadot-local.toml
67- ```
6866
6967# ## Connect IPFS Nodes
7068
You can’t perform that action at this time.
0 commit comments