Skip to content
Mariano Sorgente edited this page Jan 9, 2020 · 64 revisions

chia-blockchain wiki

The following series of documents describes the Chia Network Trunk (or consensus layer), which is separate from the Foliage layer, which deals with coins, scripting, and mempools.

Familiarity with either the Bitcoin or Ethereum protocols is assumed for this documentation. The codebase is written in python, with several performance sensitive components (signatures, proof of space, and proof of time), written in C++.

  1. Consensus algorithm summary
  2. Block format
  3. Network Architecture
  4. Networking and Serialization
  5. Protocols
  6. Codebase and Testing
Clone this wiki locally