From b5a964d3f68a55b6a83f5acaea279e026a81ed36 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 11 Mar 2024 10:15:23 +0100 Subject: [PATCH] chore(docs): fix title --- docs/site/docs/protocol/evmengine/abci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/docs/protocol/evmengine/abci.md b/docs/site/docs/protocol/evmengine/abci.md index 3e7544c0c..57f5dc466 100644 --- a/docs/site/docs/protocol/evmengine/abci.md +++ b/docs/site/docs/protocol/evmengine/abci.md @@ -2,7 +2,7 @@ sidebar_position: 3 --- -# Engine ABCI++ +# ABCI++ ABCI++ plays a pivotal role in the Omni blockchain, enabling a novel architecture that combines the Ethereum Virtual Machine (EVM) with the CometBFT consensus mechanism in a scalable manner. This integration is made possible through the use of Ethereum’s Engine API alongside ABCI++, drawing from Ethereum’s Proof of Stake (PoS) architecture to create a modular framework that distinctly separates Omni's execution and consensus layers.