Skip to content

Commit 1be6b7f

Browse files
committed
Edit README.md
Remove the old usage and fix a typo
1 parent 865cec6 commit 1be6b7f

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
2 steps are required before:
44
+ 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
66

77
Now you can launch 2 polkadot validators and one sugondat-chain collator
88
``` sh
@@ -31,21 +31,3 @@ cd demo/demo-rollup
3131
# clean the ledger db
3232
make clean
3333
```
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-

0 commit comments

Comments
 (0)