Skip to main content

Script Efficiency user stories

User Story IdTitleUser StoryAcceptance Criteria
EFF-001Shorter PlutusV3 Script with plcVersion110As a Dapp developer,
I want to ensure that my smart contract written in PlutusV3 and compiled using plcVersion110 generates a shorter script than my smart contract written in PlutusV2 and compiled using plcVersion100
Given that I am a Dapp developer
When I write a smart contract in PlutusV3 and compile it using plcVersion110
Then the resulting script should be shorter than the equivalent PlutusV2 smart contract compiled using plcVersion100.