File tree 1 file changed +1
-19
lines changed 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 2
2
3
3
2 steps are required before:
4
4
+ build sugondat-chain
5
- + Adjust the PATHs to polkadot and sugondat-chain for zomienet
5
+ + Adjust the PATHs to polkadot and sugondat-chain for zombienet
6
6
7
7
Now you can launch 2 polkadot validators and one sugondat-chain collator
8
8
``` sh
@@ -31,21 +31,3 @@ cd demo/demo-rollup
31
31
# clean the ledger db
32
32
make clean
33
33
```
34
-
35
- # Usage
36
-
37
- To launch the testnet you should use ` zombienet ` .
38
-
39
- # First, make sure that the binaries `polkadot` and `sugondat-node` are in your PATH.
40
- # If you're using a polkadot binary >=1.0.0 then you need also the binaries
41
- # polkadot-execute-worker and polkadot-prepare-worker
42
- export PATH=/Users/pepyakin/dev/parity/polkadot/target/release/:$PATH
43
- export PATH=/Users/pepyakin/dev/parity/sugondat-chain/sugondat-chain/target/release/:$PATH
44
-
45
- # Then, launch the testnet.
46
- #
47
- # You will find logs in the `zombienet` directory.
48
- #
49
- # In order to relaunch the testnet, you should remove the `zombienet` directory.
50
- ./bin/zombienet-macos spawn -p native --dir zombienet testnet.toml
51
-
You can’t perform that action at this time.
0 commit comments