Skip to content

Commit 60f87f4

Browse files
committed
chore: update README after restructure
1 parent 3316adc commit 60f87f4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ Blobchains on Polkadot and Kusama
1313
│ ├── <a href="./demo/rollkit">rollkit</a>: Rollkit's GM rollup.
1414
│ ├── <a href="./demo/sovereign">sovereign</a>: Sovereign Demo Rollup.
1515
|--<a href="./docs-site">docs-site</a>: Documentation site source, using Docusaurus.
16-
├──<a href="./sugondat-chain">sugondat-chain</a>: Implementation of sugondat parachain.
17-
├──<a href="./sugondat-serde-util">sugondat-serde-util</a>: Various utilities for serde.
18-
├──<a href="./sugondat-shim">sugondat-shim</a>: Shim between sugondat parachain RPC and RDK adapters.
19-
├──<a href="./sugondat-subxt">sugondat-subxt</a>: Bindings to Sugondat RPC.
16+
|──<a href="./sugondat">sugondat</a>: Sugondat source code.
17+
│ ├──<a href="./sugondat/chain">sugondat-chain</a>: Implementation of the Sugondat parachain.
18+
│ ├──<a href="./sugondat/nmt">sugondat-nmt</a>: Namespaced Merkle Trie definitions.
19+
│ ├──<a href="./sugondat/serde-util">sugondat-serde-util</a>: Various utilities for serde.
20+
│ ├──<a href="./sugondat/shim">sugondat-shim</a>: Shim between sugondat parachain RPC and RDK adapters.
21+
│ ├──<a href="./sugondat/subxt">sugondat-subxt</a>: Bindings to Sugondat RPC.
2022
</pre>
2123

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

3032
``` sh
31-
cd sugondat-chain
33+
cd sugondat/chain
3234
cargo build --release
3335
```
3436

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

4547
``` sh
46-
cd sugondat-shim/
48+
cd sugondat/shim/
4749
cargo run -p sugondat-shim -- serve --submit-dev-alice
4850
``````
4951

0 commit comments

Comments
 (0)