File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Blobchains on Polkadot and Kusama
7
7
<pre >
8
8
<a href =" . " >blobs</a >: The Ikura monorepo.
9
9
├──<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
11
10
│ ├── <a href =" ./adapters/sovereign " >sovereign</a >: An adapter connecting Sovereign to Ikura.
12
11
├──<a href =" ./demo " >demo</a >: Projects showcasing integration of RDKs with Ikura.
13
12
│ ├── <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
42
41
./zombienet.sh
43
42
```
44
43
45
- Then launch the ikura-shim with:
44
+ ### Sovereign Demo
45
+
46
+ launch the ikura-shim with:
46
47
47
48
``` 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
50
50
``````
51
51
52
- # ## Sovereign Demo
53
-
54
- launch the demo rollup with:
52
+ then launch the demo rollup with:
55
53
56
54
` ` ` sh
57
55
cd demo/sovereign/demo-rollup
@@ -78,6 +76,10 @@ make clean
78
76
79
77
### Rollkit Demo
80
78
79
+ ``` sh
80
+ cargo run -p ikura-shim -- serve rollkit --port 26650 --submit-dev-alice --namespace 01
81
+ ```
82
+
81
83
[ Original instructions] ( https://rollkit.dev/tutorials/gm-world ) should work. Make sure to check them
82
84
out for prerequisites and other details. Below is a quick summary for reference.
83
85
You can’t perform that action at this time.
0 commit comments