Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update readme after removing the adapter
  • Loading branch information
pepyakin committed Feb 29, 2024
commit ef5f9b04d0b616e6e0be3034a582b237a808582b
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Blobchains on Polkadot and Kusama
<pre>
<a href=".">blobs</a>: The Ikura monorepo.
├──<a href="./adapters">adapters</a>: Adapters for various rollup development kits (RDK).
│ ├── <a href="./adapters/rollkit">rollkit</a>: An adapter connecting Rollkit to Ikura
│ ├── <a href="./adapters/sovereign">sovereign</a>: An adapter connecting Sovereign to Ikura.
├──<a href="./demo">demo</a>: Projects showcasing integration of RDKs with Ikura.
│ ├── <a href="./demo/rollkit">rollkit</a>: Rollkit's GM rollup.
Expand Down Expand Up @@ -42,16 +41,15 @@ Now you can launch 2 polkadot validators and one ikura-chain collator
./zombienet.sh
```

Then launch the ikura-shim with:
### Sovereign Demo

launch the ikura-shim with:

``` sh
cd ikura/shim/
cargo run -p ikura-shim -- serve --submit-dev-alice
cargo run -p ikura-shim -- serve sov --submit-dev-alice
``````

### Sovereign Demo

launch the demo rollup with:
then launch the demo rollup with:

``` sh
cd demo/sovereign/demo-rollup
Expand All @@ -78,6 +76,10 @@ make clean

### Rollkit Demo

```sh
cargo run -p ikura-shim -- serve rollkit --port 26650 --submit-dev-alice --namespace 01
```

[Original instructions](https://rollkit.dev/tutorials/gm-world) should work. Make sure to check them
out for prerequisites and other details. Below is a quick summary for reference.

Expand Down