-
Notifications
You must be signed in to change notification settings - Fork 49
/
overview.md
44 lines (35 loc) · 1.8 KB
/
overview.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
description: This page provides a comprehensive overview of the how to guides available for Rollkit.
---
# How To Guides
Welcome to the Rollkit guides section! Here, you'll find a wide range of guides
designed to help you understand and effectively use Rollkit, the first sovereign
rollup framework.
Hopefully you've gone through some of the tutorials and are ready to dive
deeper. These guides will go into detail on some specific topics that will make
your life easier when developing with Rollkit.
In this section, you'll find:
* [Use the Rollkit CLI](/guides/use-rollkit-cli)
* [Connect to a local DA](/guides/connect-local-da)
* [Create genesis for your rollup](/guides/create-genesis)
* [Restart your rollup](/guides/restart-rollup)
* [Run a rollup full node](/guides/full-node)
* [Turn your CometBFT app into a Rollkit app](/guides/cometbft-to-rollkit)
* [Use Ignite to create a Rollkit app](/guides/ignite-rollkit)
* Configuration
* [Configure gas price](/guides/gas-price)
* [Configure max pending blocks](/guides/max-pending-blocks)
* [Configure DA chain block sync time](/guides/da-block-time)
* [Change speed of block production](/guides/block-times)
* [Use lazy sequencing (aggregation)](/guides/lazy-sequencing)
* Integrations
* [Test and deploy cosmwasm smart-contracts](/guides/cw-orch)
* [Add zkML to your EVM rollup](/guides/zkml)
* [Add an IBC connection to your rollup](/guides/ibc-connection)
* [Integrate Range with your rollup](/guides/rollkit-monitoring)
* [Use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas)
## 💻 Support {#support}
The guides will explore developing with Rollkit, which is still in Alpha stage.
If you run into bugs, please write a GitHub
[issue](https://github.com/rollkit/docs/issues/new) or let us know in our
[Telegram](https://t.me/rollkit).