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

Commit 9fe5df4

Browse files
committed
updated abci docs
1 parent cb9f7ac commit 9fe5df4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

learn/execution/abci.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ABCI-Compatible Execution Layers in Rollkit
22

3-
Rollkit is designed to be modular and flexible, allowing different execution layers to be plugged in via the ABCI (Application Blockchain Interface) protocol. This means you can use a variety of ABCI-compatible applications as the execution environment for your rollup.
3+
Rollkit is designed to be modular and flexible, allowing different execution layers to be plugged in via the ABCI (Application Blockchain Interface) protocol. 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 ABCI-compatible application as the rollup's execution layer.
4+
5+
This means you can use a variety of ABCI-compatible applications as the execution environment for your rollup.
46

57
## Supported Execution Layers
68

0 commit comments

Comments
 (0)