Skip to content

Commit 1c5103c

Browse files
committed
chore: update readme after removing the adapter
1 parent 7a6baef commit 1c5103c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Blobchains on Polkadot and Kusama
77
<pre>
88
<a href=".">blobs</a>: The Ikura monorepo.
99
├──<a href="./adapters">adapters</a>: Adapters for various rollup development kits (RDK).
10-
│ ├── <a href="./adapters/rollkit">rollkit</a>: An adapter connecting Rollkit to Ikura
1110
│ ├── <a href="./adapters/sovereign">sovereign</a>: An adapter connecting Sovereign to Ikura.
1211
├──<a href="./demo">demo</a>: Projects showcasing integration of RDKs with Ikura.
1312
│ ├── <a href="./demo/rollkit">rollkit</a>: Rollkit's GM rollup.
@@ -42,16 +41,15 @@ Now you can launch 2 polkadot validators and one ikura-chain collator
4241
./zombienet.sh
4342
```
4443

45-
Then launch the ikura-shim with:
44+
### Sovereign Demo
45+
46+
launch the ikura-shim with:
4647

4748
``` sh
48-
cd ikura/shim/
49-
cargo run -p ikura-shim -- serve --submit-dev-alice
49+
cargo run -p ikura-shim -- serve sov --submit-dev-alice
5050
``````
5151

52-
### Sovereign Demo
53-
54-
launch the demo rollup with:
52+
then launch the demo rollup with:
5553

5654
``` sh
5755
cd demo/sovereign/demo-rollup
@@ -78,6 +76,10 @@ make clean
7876

7977
### Rollkit Demo
8078

79+
```sh
80+
cargo run -p ikura-shim -- serve rollkit --port 26650 --submit-dev-alice --namespace 01
81+
```
82+
8183
[Original instructions](https://rollkit.dev/tutorials/gm-world) should work. Make sure to check them
8284
out for prerequisites and other details. Below is a quick summary for reference.
8385

0 commit comments

Comments
 (0)