Skip to main content

All Questions

2 votes
3 answers
95 views

How to allow non deterministic spent output

I would like a validator (or a minting policy) to succeed always but only to spend the output if some conditions are met; an example use case of such behaviour is to allow burning token (kind of a &...
Michele Nuzzi's user avatar
1 vote
1 answer
121 views

How to get information about UTxOs which created locking transaction on the on-chain?

I would like to create a smartcontract which makes sure that only the same person who made specific locking transaction can unlock that same specific transaction or to put it into simpler terms if Bob ...
KugisMugis's user avatar
0 votes
1 answer
529 views

How to split transaction into many different UTXOs?

Let's image I want to create a Plutus script, which takes Value as a parameter (ADA or any other coin with specific amount), and locks this value at script's output. How can I split this value into ...
serx's user avatar
  • 168
4 votes
2 answers
289 views

Smart contract datum encryption

Is there any way to make datum data only visible to a smart contract that owns the UTXO? For example, lets say I wanted to make a guessing game. In this game, person A selects a number and creates an ...
OhmRoger's user avatar