plutus-v3-conway
Installation
SKILL.md
plutus-v3-conway
When to use
- Migrating from Plutus V2 to V3
- Writing governance scripts (voting, proposing)
- Understanding Conway-era script changes
Operating rules (must follow)
- Confirm target network supports Conway
- Test all governance scripts extensively on testnet
- Don't mix V2 and V3 mental models
Key V3 changes
1. Unified context argument
V2: validator(datum, redeemer, context) → Bool
V3: validator(context) → () // datum/redeemer inside context