Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 742 Bytes

index.md

File metadata and controls

19 lines (14 loc) · 742 Bytes
layout lang lang-ref
post
en
blocks-index

Contents

  1. Introduction to Blocks and Blockchain
  2. Structure of a Block
  3. Block Creation & Broadcasting
  4. Block Validation & Processing

Additional Resources

Merkle trees

Most blockchains, NEO included, use Merkle trees to efficiently secure the transactions contained in each block.

As Merkle roots are found in the block headers on NEO, it is recommended to familiarize yourself with Merkle trees before reading about the structure of blocks on NEO. An introduction to Merkle trees may be found here.