Skip to content

Commit

Permalink
also capitalise singular UTXO
Browse files Browse the repository at this point in the history
  • Loading branch information
rphair authored Oct 24, 2023
1 parent c5786de commit 88dd110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smart-contracts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You might think of this initial transaction where you move a UTXO to the script

The off-chain part is needed in order to locate UTXOs that are locked in your contract and generate transactions that are valid for moving them.

For contracts that require multiple steps to complete, it is common to encode the state of a contract inside of a datum using a specific schema of your own design that is then attached to each transaction. You would then create a 'thread' of UTXOs by designing a validator such that it only allows moving the utxo to the script address so that the value of the utxo remains locked in the new utxo, but with a new datum/state.
For contracts that require multiple steps to complete, it is common to encode the state of a contract inside of a datum using a specific schema of your own design that is then attached to each transaction. You would then create a 'thread' of UTXOs by designing a validator such that it only allows moving the UTXO to the script address so that the value of the UTXO remains locked in the new UTXO, but with a new datum/state.

## Technical overview

Expand Down

0 comments on commit 88dd110

Please sign in to comment.