Summary - Tendermint is a highly scalable Proof of Stake Blockchain Platform.
- Cosmos Overview
- Token Economics - Cosmos - Validator rewarded via multiple whitelisted tokens
- Ethereum Hardspoon - Moving Tokens from Ethereum to Cosmos
- Whitepapers
- Ecosystems
- Cosmos Documentation
- Cosmos SDK Tutorial
- Cosmos vs Polkadot
- Tendermint Evaluation
- Architectural Decision Records
- Bug Bounty Program
- Token Economics
- Cosmos Launch Schedule
Key Repositories
- Cosmos Whitepaper
- Tendermint
- go-amino
- IAVL - Merkleized IAVL+ Tree implementation in Go
- HOG
- Cosmos SDK
Functional Breakdown
- Architecture
- Persistence
- Storage
- Blockchain data is in ~/.tendermint/data/blockstore.db.
- 488 - StateDB Refactor
- Support multi trie in genesis generation
- Immutable AVL Tree
- AVL Tree is used by tendermint instead of
- Patrica Tree which is used by Ethereum
- Light Client
- Node
- Validator
- Archive Node
- Storage
- Distribution
- Discovery
- Gossip
- Consensus
- Security
- Signing
- Hashing
- Privacy
- Key Storage
- Governance
- Staking
- Voting
- Proposals
- Chaincode
- See WASM above
- Deployment
- Interledger
- Message Format
- Relay Chain
- Consensus Process
- Developer Tools
- API
- RPC
- CLI
- SDK
- Off Chain Orchestration
- Oracles
- Workflow
- Wallets
- Feather
- Chain Tools
- Governance
- Token Economics
- Token Standards
- Business Tools
- Analytics
- System Monitoring
- Deployment Tools
- Performance
Key Pull Requests or Features
Deploying a Substrate Chain
Deploying a Substrate Chain
Deploying Polkadot
Deploying a simple contract
Running a Transaction