Tag

ABCI

0 views collected around this technical thread.

Meitu Technology
Meitu Technology
Jun 21, 2018 · Blockchain

Tendermint Overview: Architecture, Design Principles, and Core Modules

Tendermint is a modular blockchain framework that separates consensus (a Byzantine‑fault‑tolerant Proof‑of‑Stake engine) from application logic via the ABCI, offering a three‑layer architecture—networking, consensus, and application—so developers can build custom chains in any language while leveraging Cosmos interoperability.

ABCIConsensusCosmos
0 likes · 14 min read
Tendermint Overview: Architecture, Design Principles, and Core Modules
Architecture Digest
Architecture Digest
Apr 12, 2018 · Blockchain

Tendermint Overview and KV Store Example: Installation, Execution, and Code Walkthrough

This article introduces Tendermint’s modular blockchain framework, explains its Core and ABCI components, provides step‑by‑step installation and execution of the built‑in key‑value store example, demonstrates transaction creation and querying, and walks through the Go source code for CheckTx, DeliverTx, and Commit functions.

ABCIConsensusGo
0 likes · 7 min read
Tendermint Overview and KV Store Example: Installation, Execution, and Code Walkthrough