chia-blockchain/docs
2019-11-27 09:55:23 +09:00
..
assets More work on docs 2019-11-25 17:35:43 +09:00
1-consensus-algorithm-summary.md Docs, optimizations 2019-11-27 09:55:23 +09:00
2-block-format.md Docs, optimizations 2019-11-27 09:55:23 +09:00
3-chia-network-architecture.md More work on docs 2019-11-25 17:35:43 +09:00
4-networking-and-serialization.md Docs, optimizations 2019-11-27 09:55:23 +09:00
5-protocols.md More work on docs 2019-11-25 17:35:43 +09:00
6-codebase-and-testing.md Docs, optimizations 2019-11-27 09:55:23 +09:00
7-glossary.md More work on docs 2019-11-25 17:35:43 +09:00
README.md More work on docs 2019-11-25 17:35:43 +09:00

Chia Blockchain Documentation

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. Chia network architecture
  4. Networking and Serialization
  5. Protocols
  6. Codebase and Testing
  7. Glossary