Skip to content

Commit 7572999

Browse files
committed
chore: update README.md
1 parent c72f9ca commit 7572999

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Now you can launch 2 polkadot validators and one sugondat-chain collator
99
./zombienet.sh
1010
```
1111

12+
Then launch the sugondat-shim with:
13+
``` sh
14+
cd sugondat-shim/
15+
cargo run -p sugondat-shim serve --node-url=ws://localhost:9988/
16+
``````
17+
1218
launch the demo rollup with:
1319
``` sh
1420
cd demo/demo-rollup

0 commit comments

Comments
 (0)