Skip to content

Commit

Permalink
chore: update README after restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Jan 1, 2024
1 parent 3316adc commit 60f87f4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Blobchains on Polkadot and Kusama
│ ├── <a href="./demo/rollkit">rollkit</a>: Rollkit's GM rollup.
│ ├── <a href="./demo/sovereign">sovereign</a>: Sovereign Demo Rollup.
|--<a href="./docs-site">docs-site</a>: Documentation site source, using Docusaurus.
├──<a href="./sugondat-chain">sugondat-chain</a>: Implementation of sugondat parachain.
├──<a href="./sugondat-serde-util">sugondat-serde-util</a>: Various utilities for serde.
├──<a href="./sugondat-shim">sugondat-shim</a>: Shim between sugondat parachain RPC and RDK adapters.
├──<a href="./sugondat-subxt">sugondat-subxt</a>: Bindings to Sugondat RPC.
|──<a href="./sugondat">sugondat</a>: Sugondat source code.
│ ├──<a href="./sugondat/chain">sugondat-chain</a>: Implementation of the Sugondat parachain.
│ ├──<a href="./sugondat/nmt">sugondat-nmt</a>: Namespaced Merkle Trie definitions.
│ ├──<a href="./sugondat/serde-util">sugondat-serde-util</a>: Various utilities for serde.
│ ├──<a href="./sugondat/shim">sugondat-shim</a>: Shim between sugondat parachain RPC and RDK adapters.
│ ├──<a href="./sugondat/subxt">sugondat-subxt</a>: Bindings to Sugondat RPC.
</pre>

## Running Demos
Expand All @@ -28,7 +30,7 @@ In general you need to have the following components running:
build sugondat-chain:

``` sh
cd sugondat-chain
cd sugondat/chain
cargo build --release
```

Expand All @@ -43,7 +45,7 @@ Now you can launch 2 polkadot validators and one sugondat-chain collator
Then launch the sugondat-shim with:

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

Expand Down

0 comments on commit 60f87f4

Please sign in to comment.