In 2008, someone under the pseudonym Satoshi Nakamoto published nine pages that changed finance forever. The idea is simple: what if instead of a bank that keeps the books — mathematics? Instead of trusting an institution — trusting the code? This course explains how it works under the hood: from SHA-256 to smart contracts, from P2P networks to launching your own token.
Everything in blockchain rests on one idea: a hash function. Type any text — you get 64 hex characters. Change a single letter — the hash changes completely and unpredictably. That is the avalanche effect. That is why blockchains are hard to forge: change one block — its hash changes — the whole chain breaks.
From pressing Send to inclusion in a block — several steps. Each step is guarded by cryptography you will study in this course.
You don't need heavy math — we explain everything as we go. Basic JavaScript or Python helps for chapters 5–6, but isn't required from day one.