Skip to content

Study materials

Blockchain Fundamentals

Everything that goes with the Blockchain Fundamentals series: the code, the notes, and the sources worth reading directly.

Materials

5 items

  • NotesBlockchain

    Blockchain Fundamentals — study notes

    Condensed notes for the series: the vocabulary, the four conditions, the consensus comparison table and the questions to ask of any chain.

    • #reference
    • #summary
  • CodeBlockchain

    Blockchain Fundamentals — example repository

    The minimal chain built across the series: block structure, hash linking, validation and a toy consensus loop, in one runnable project.

    • TypeScript
    • #blockchain
    • #hashing
    • #consensus
  • ExamplesDecentralized Systems

    Consensus mechanisms — runnable comparison

    Small standalone programs that run a proof-of-work loop and a BFT voting round side by side, so the difference in message count and finality is visible rather than described.

    • TypeScript
    • #consensus
    • #simulation