Explore the capabilities of Plutus with this collection of cabal scripts, each one focusing on a specific aspect.
- How to get the currency symbol of a minting policy script ?
- How to get the size of a minting policy script ?
- How to reduce the script size with a custom script context ?
- How to mint a token ?
- How to run an emulator trace on a purely off-chain contract ?
- How to run a purely off-chain contract with a schema ?
- How to run an emulator trace with a simpler trace config ?
- What happen when activating the same contract again ?
- What happen when calling endpoints on another contract instance ?
- How the EmulatorTrace can know the state of a Contract ?
- How the EmulatorTrace can avoid missed callEndpoint ?
- How to initialize a mock wallet with an initial token ?