We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c8818 commit 1efcf58Copy full SHA for 1efcf58
zombienet.sh
@@ -9,4 +9,19 @@ Available at https://github.com/paritytech/zombienet"
9
exit 1
10
fi
11
12
+if ! [ -x "$(command -v polkadot)" ]; then
13
+ echo "\
14
+'polkadot' is not found in PATH. Install polkadot.
15
+
16
+To obtain, refer to https://github.com/paritytech/polkadot-sdk/tree/master/polkadot#polkadot"
17
+ exit 1
18
+fi
19
20
+if ! [ -x "$(command -v sugondat-node)" ]; then
21
22
+'sugondat-node' is not found in PATH. cd to 'sugondat/chain' and run 'cargo build --release'
23
+and add the result into your PATH."
24
25
26
27
zombienet spawn -p native --dir zombienet testnet.toml
0 commit comments