Introduction
1.
Why
2.
DeFi
3.
NFT
4.
DAO
5.
L1
5.1.
Bitcoin
5.2.
Ethereum
5.3.
Avalanche
5.4.
BSC
5.5.
Cosmos
5.6.
NEAR
5.7.
Polkadot
5.8.
Polygon
5.9.
Solana
5.10.
Terra
6.
L2
7.
TradingDynamics
8.
MEV
9.
Dev
9.1.
Solidity
9.2.
Solana
9.3.
Security
10.
Tools
11.
Exercises
12.
Other lists
13.
Researchers
Light (default)
Rust
Coal
Navy
Ayu
Crypto Reading List
Cosmos
Tendermint is a PoS consensus mechanism.
ABCI is an interface for how application-specific state will be replicated by a consensus algo. Tendermint complies with ABCI.
IBC is a protocol for how blockchains to communicate with each other
The Cosmos SDK is a library with implementations of Tendermint and IBC, for use in building a new blockchain.
The Cosmos Hub is a specific blockchain intended to serve as a master connector of many blockchains that use IBC
Consensus Mechanism
Tendermint whitepaper ("The latest gossip on BFT consensus")
(2018)
describing the Tendermint consensus algo
Tendermint vs BFT
Jepsen: Tendermint
real-world test of whether Tendermint actually satisfies its theoretical safety properties.
Cosmos Network
Cosmos whitepaper
(2016)
Cosmos
network
whitepaper (describing Cosmos zones/IBC and validator behavior - a network built on Tendermint consensus algo). See "Consensus systems" for a good summary of Tendermint vs PBFT and other consensus algos.
Cosmos & Polkadot comparison
(2019)
Ecosystem
The Cosmos ecosystem has arrived
(Sep 2021)