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

Commit df17b7f

Browse files
committed
remove repetition
1 parent 2503644 commit df17b7f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

learn/execution.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ This means you can use a variety of Cosmos SDK or Reth compatible applications a
1010

1111
Rollkit natively supports Cosmos SDK-based applications as the execution layer for a rollup via the ABCI (Application Blockchain Interface) protocol. The Cosmos SDK provides a rich set of modules for staking, governance, IBC, and more, and is widely used in the Cosmos ecosystem. This integration allows developers to leverage the full power and flexibility of the Cosmos SDK when building their rollup applications.
1212

13-
Take advantage of the Cosmos SDK's built-in modules for staking, governance, and IBC, and extend your rollup with CosmWasm smart contracts for added functionality.
14-
1513
- [Cosmos SDK Documentation](https://docs.cosmos.network/)
1614
- [Cosmos SDK ABCI Documentation](https://docs.cosmos.network/main/build/abci/introduction)
1715
- [Rollkit ABCI Adapter](https://github.com/rollkit/go-execution-abci)
@@ -30,5 +28,4 @@ For more information about Reth, see the official documentation:
3028
- Rollkit acts as the consensus and data availability layer.
3129
- The execution layer (Cosmos SDK app or Reth) processes transactions and maintains application state.
3230

33-
3431
For more details on integrating an execution layer with Rollkit, see the respective documentation links above.

0 commit comments

Comments
 (0)