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 02feb2f commit c5786de
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 @@ -37,7 +37,7 @@ Validator scripts are executed automatically when a UTXO residing at the address

This means that in order for the validator-script to execute, a transaction must first move a utxo to the address of the contract; the address is derived from the contract mathematically. You do not need to upload your contract to the chain, although that is also possible using reference scripts.

You might think of this initial transaction where you move a utxo to the script address to be the initialization of a contract instance. Each utxo residing on the address of the contract can thus be seen as an instance of the contract. Note that there is no restriction on the UTXOs being sent to the script address: anyone can send a utxo containing no datum, or a 'fake' datum.
You might think of this initial transaction where you move a UTXO to the script address to be the initialization of a contract instance. Each UTXO residing on the address of the contract can thus be seen as an instance of the contract. Note that there is no restriction on the UTXOs being sent to the script address: anyone can send a UTXO containing no datum, or a 'fake' datum.

### Off-Chain

Expand Down

0 comments on commit c5786de

Please sign in to comment.