Skip to main content

Cardano Fundamentals

This is the conceptual bedrock for building on Cardano. It explains what a blockchain actually is, the cryptography that secures it, how Cardano reaches agreement through Ouroboros, and how the platform differs from account-based chains like Ethereum. You don't need all of it before you start building, but if you are new to Cardano (or new to blockchains), it pays for itself quickly.

For the broader introduction to what Cardano is and why you would build here (the origin story, the research foundation, what you can ship), see the Get Started overview. This module is the technical grounding underneath it.

  1. What Is a Blockchain?: distributed ledgers, blocks, immutability, and the trust problem
  2. Cryptographic Primitives: hashing, Merkle trees, and digital signatures
  3. Consensus & Ouroboros: how the network agrees on one chain, via Proof of Stake
  4. Cardano for Ethereum Developers: the mental-model shift if you are coming from the EVM

Where this leads

Once these foundations click, Core Concepts shows how Cardano actually represents and moves value with the Extended UTXO model, addresses, transactions, and fees. Everything you build sits on top of these fundamentals.