@@ -14,18 +14,24 @@ your life easier when developing with Rollkit.
14
14
15
15
In this section, you'll find:
16
16
17
- * [ How to restart your rollup] ( /guides/restart-rollup.md )
18
- * [ Full rollup node setup] ( /guides/full-node.md )
17
+ * [ Use the Rollkit CLI] ( /guides/use-rollkit-cli )
18
+ * [ Connect to a local DA] ( /guides/connect-local-da )
19
+ * [ Create genesis for your rollup] ( /guides/create-genesis )
20
+ * [ Restart your rollup] ( /guides/restart-rollup )
21
+ * [ Run a rollup full node] ( /guides/full-node )
19
22
* Configuration
20
- * [ How to configure gas price] ( /guides/gas-price.md )
21
- * [ How to change speed of block production] ( /guides/block-times.md )
22
- * [ How to use lazy sequencing (aggregation)] ( /guides/lazy-sequencing.md )
23
+ * [ Configure gas price] ( /guides/gas-price )
24
+ * [ Configure max pending blocks] ( /guides/max-pending-blocks )
25
+ * [ Configure DA chain block sync time] ( /guides/da-block-time )
26
+ * [ Change speed of block production] ( /guides/block-times )
27
+ * [ Use lazy sequencing (aggregation)] ( /guides/lazy-sequencing )
23
28
* Integrations
24
- * [ zkML rollup] ( /guides/zkml.md )
25
- * [ IBC connection] ( /guides/ibc-connection.md )
26
- * [ Testing and deploying smart-contract with cw-orch] ( /guides/cw-orch.md )
27
- * [ How to integrate Range with your rollup] ( /guides/rollkit-monitoring.md )
28
- * [ How to use IBC token (TIA) as gas token in your rollup] ( /guides/use-tia-for-gas.md )
29
+ * [ Test and deploy cosmwasm smart-contracts] ( /guides/cw-orch )
30
+ * [ Add zkML to your EVM rollup] ( /guides/zkml )
31
+ * [ Add an IBC connection to your rollup] ( /guides/ibc-connection )
32
+ * [ Integrate Range with your rollup] ( /guides/rollkit-monitoring )
33
+ * [ Use IBC token (TIA) as gas token in your rollup] ( /guides/use-tia-for-gas )
34
+
29
35
30
36
31
37
## 💻 Support {#support}
0 commit comments