Course Goal: Master both the theoretical foundations of how blockchains work and the practical skills to build sophisticated applications on these platforms.

Examination Schedule: Midterm 1 covers Part I material (Week 4). Midterm 2 focuses on Part II content (Week 8). Part III material appears in final homework assignments.
2008 Financial Crisis & Lehman Brothers. This paradigm shift has profound implications for finance, governance, identity, and digital ownership.
Key Insight: The Bitcoin ledger is simply the complete set of all unspent transaction outputs (UTXOs). There are no account balances – only discrete, unspent outputs that can be consumed in future transactions.
OP_DUP
OP_HASH160 [Public Key Hash]
OP_EQUALVERIFY
OP_CHECKSIG[Signature] [Public Key]The Core Problem: How do thousands of independent nodes, spread across the globe and connected by an unreliable network, agree on a single, consistent view of transaction history without any trusted intermediary?
Adaptive Security: As more miners join (increasing hash rate), difficulty automatically increases to maintain consistent block times. If miners leave, difficulty decreases to keep the network functional.