HPM Education - Plutus
search
⌘Ctrlk
HPM Education - Plutus
  • Introduction
  • The EUTxO Model
    • Introduction to the EUTxO 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. References

References

hashtag
General documentation

Plutus Technical Reportarrow-up-right Plutus Code Specificationarrow-up-right The Extended UTxO Modelarrow-up-right EUTxO Model Handbookarrow-up-right Plutus Haskell style guidearrow-up-right Cardano Docs - Plutusarrow-up-right The Plutus Platformarrow-up-right

hashtag
Repositories

plutusarrow-up-right - docsarrow-up-right plutus-appsarrow-up-right - docsarrow-up-right plutus-scriptsarrow-up-right

hashtag
Research papers

The Extended UTxO modelarrow-up-rightNative Custom Tokens in the Extended UTxO Modelarrow-up-right UTxOma: UTxO with Multi-Asset Supportarrow-up-right

hashtag
Blog posts

Plutus Tx: compiling Haskell into Plutus Corearrow-up-right

PreviousTesting a validator with the emulatorchevron-left

Last updated 2 years ago

  • General documentation
  • Repositories
  • Research papers
  • Blog posts