Skip to main content

Spending user stories

User Story IdTitleUser StoryAcceptance Criteria
SPEND-001Lock and Redeem Ada in Same ScriptAs a Dapp developer,
I want to lock some Ada in a PlutusV3 script and redeem some Ada from the same script in the same transaction
Given that I am a Dapp developer
When I lock some Ada in a PlutusV3 script and redeem some Ada from the same script in a single transaction
Then the transaction should be successfully submitted as long as there is no violation in the script logic.
SPEND-002Lock and Redeem Ada in Different ScriptsAs a Dapp developer,
I want to lock some Ada in a PlutusV3 script and redeem some Ada from a different script in the same transaction
Given that I am a Dapp developer
When I lock some Ada in a PlutusV3 script and redeem some Ada from a different script in a single transaction
Then the transaction should be successfully submitted as long as there is no violation in the script logic.
SPEND-003Redeem Ada with Multiple SignaturesAs a Dapp developer,
I want to redeem some Ada from a PlutusV3 script that requires multiple signatures
Given that I am a Dapp developer
When I redeem some Ada from a PlutusV3 script that requires multiple signatures (by using multiple signatures in the transaction’s witness set)
Then the transaction should be successfully submitted as long as there is no violation in the script logic.