Tagged articles
5 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
Jul 20, 2025 · Blockchain

How Cosmos Is Building the Internet of Blockchains: Core Tech Explained

This article examines Cosmos' vision of an Internet of Blockchains, detailing its three foundational components—Tendermint Core, Cosmos SDK, and IBC—while highlighting their technical advantages, real‑world use cases, and the broader impact on scalability, sovereignty, and interoperability in the multi‑chain ecosystem.

Blockchain InteroperabilityCosmosCosmos SDK
0 likes · 9 min read
How Cosmos Is Building the Internet of Blockchains: Core Tech Explained
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.

BlockchainConsensusOrderer
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.

BlockchainCosmosCosmos SDK
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.

ABCIBlockchainConsensus
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.

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