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

Commit 9f45124

Browse files
committed
udpate execution with latest changes
1 parent a32996b commit 9f45124

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

learn/execution.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Rollkit is designed to be modular and flexible, allowing different execution layers to be plugged in. Rollkit defines a general-purpose execution interface ([see execution.go](https://github.com/rollkit/rollkit/blob/main/core/execution/execution.go)) that enables developers to integrate any compatible application as the rollup's execution layer.
44

5-
This means you can use a variety of Cosmos SDK or Reth compatible applications as the execution environment for your rollup.
5+
This means you can use a variety of Cosmos SDK or Reth compatible applications as the execution environment for your rollup: choose the execution environment that best fits your use case.
66

77
## Supported Execution Layers
88

@@ -30,9 +30,5 @@ For more information about Reth, see the official documentation:
3030
- Rollkit acts as the consensus and data availability layer.
3131
- The execution layer (Cosmos SDK app or Reth) processes transactions and maintains application state.
3232

33-
## Benefits
34-
35-
- **Modularity:** Choose the execution environment that best fits your use case.
36-
- **Extensibility:** Easily upgrade or swap out the execution layer as your rollup evolves.
3733

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

0 commit comments

Comments
 (0)