Overview of Languages Compiling to UPLC
Untyped Plutus Core (UPLC) is the assembly-like language that runs in Cardano nodes for transaction validation.
Plinth Compiler Options
These options can be passed to the compiler via the OPTIONS_GHC pragma, for instance
Cost Model
The cost model is used to determine the portion of the transaction fee that accounts for Plutus script execution.
Understanding Script Hashes
Script hashes are a core concept and play a vital role on Cardano.
Encoding Data Types in UPLC
Untyped Plutus Core (UPLC) is a language based on untyped lambda calculus.
Case-splitting on constants
This use of case in UPLC was introduced with protocol version 11 and requires
Further Resources
4 items