HPM Education - Plutus
  • Introduction
  • The EUTxO Model
    • Introduction to the EUTxO model
      • The UTxO (Unspent Transaction Output) model
      • The EUTxO model (Extended UTxO) model
  • The Plutus Environment
    • What is Plutus?
    • System requirements for this course
    • Setting up your Plutus development environment
    • Cabal project files
  • Writing the first Plutus scripts
    • General Notes
    • Cabal setup
    • The Simplest Script
    • A Guessing Game Script
    • Exploring Script Context
  • Typed validators
    • Overview
    • A Shared Wallet Script
  • Parameterised validators
    • Overview
    • A Deadline Script
    • Another Shared Wallet Script
  • Stake Validators
    • Overview
    • A Stake Validator Script
  • Minting Policies
    • Overview
    • A Pay-to-Store Policy
  • Plutus Emulator
    • Emulating the blockchain
    • Testing a validator with the emulator
  • References
    • References
Powered by GitBook
On this page
  1. The EUTxO Model

Introduction to the EUTxO model

In this section, you will find an overview of the EUTxO accounting model that is used by the Cardano blockchain ledger. We will start with a brief overview of the previously used UTxO model originating from Bitcoin, and then proceed to the extensions of that model that Cardano implemented along with some of its key features relating to smart contracts.

PreviousIntroductionNextThe UTxO (Unspent Transaction Output) model

Last updated 1 year ago