File tree 1 file changed +8
-6
lines changed 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ Blobchains on Polkadot and Kusama
13
13
│ ├── <a href =" ./demo/rollkit " >rollkit</a >: Rollkit's GM rollup.
14
14
│ ├── <a href =" ./demo/sovereign " >sovereign</a >: Sovereign Demo Rollup.
15
15
|--<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.
20
22
</pre >
21
23
22
24
## Running Demos
@@ -28,7 +30,7 @@ In general you need to have the following components running:
28
30
build sugondat-chain:
29
31
30
32
``` sh
31
- cd sugondat- chain
33
+ cd sugondat/ chain
32
34
cargo build --release
33
35
```
34
36
@@ -43,7 +45,7 @@ Now you can launch 2 polkadot validators and one sugondat-chain collator
43
45
Then launch the sugondat-shim with:
44
46
45
47
``` sh
46
- cd sugondat- shim/
48
+ cd sugondat/ shim/
47
49
cargo run -p sugondat-shim -- serve --submit-dev-alice
48
50
``````
49
51
You can’t perform that action at this time.
0 commit comments