Tag

Tendermint

1 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Feb 28, 2019 · Blockchain

Extending Hyperledger Fabric Orderer with Tendermint PBFT Consensus

This article explains how to augment Hyperledger Fabric's orderer service by integrating Tendermint's ABCI to implement a PBFT consensus mechanism, detailing the limitations of solo and Kafka ordering, the motivation for decentralized ordering, and the step‑by‑step implementation approach.

ConsensusHyperledger FabricOrderer
0 likes · 10 min read
Extending Hyperledger Fabric Orderer with Tendermint PBFT Consensus
360 Tech Engineering
360 Tech Engineering
Feb 28, 2019 · Blockchain

An Introduction to Cosmos: Architecture, Components, and Interoperability

This article provides a comprehensive overview of the Cosmos blockchain ecosystem, explaining its hub‑and‑zone architecture, Tendermint consensus, IBC cross‑chain communication, and the Cosmos‑SDK framework for building custom blockchains, while comparing it to other modular platforms like Polkadot.

CosmosCosmos SDKIBC
0 likes · 7 min read
An Introduction to Cosmos: Architecture, Components, and Interoperability
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