Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 0e3d52f

Browse files
authored
chore: clean up cometbft tutorial to remove outdate DA references (#511)
1 parent b265441 commit 0e3d52f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

guides/cometbft-to-rollkit.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Now that Rollkit is installed, you can add Rollkit features to your existing blo
2626
ignite rollkit add
2727
```
2828

29-
## Initialize Rollkit with Local DA {#initialize-rollkit-local-da}
29+
## Initialize Rollkit {#initialize-rollkit}
3030

31-
To prepare your app for Rollkit, you'll need to initialize it with Local Data Availability (Local DA). This allows your app to interact with a lightweight, testable DA layer.
31+
To prepare your app for Rollkit, you'll need to initialize it.
3232

33-
Run the following command to initialize Rollkit with Local DA:
33+
Run the following command to initialize Rollkit:
3434

3535
```bash
3636
ignite rollkit init
@@ -53,9 +53,11 @@ This command sets up the `rollkit.toml` file, where you can further customize co
5353
Once everything is configured, you can start your Rollkit-enabled CometBFT app or (simply rollkit app). Use the following command to start your blockchain:
5454

5555
```bash
56-
rollkit start --rollkit.aggregator --rollkit.da_address http://localhost:7980
56+
rollkit start --rollkit.aggregator <insert your flags>
5757
```
5858

5959
## Summary
6060

6161
By following this guide, you've successfully converted your CometBFT app into a Rollkit app.
62+
63+
To learn more about how to config your DA, Sequencing, and Execution, please check out those tutorial sections.

0 commit comments

Comments
 (0)