https://github.com/mlabs-haskell/plutus-inbox-nfts
https://github.com/mlabs-haskell/plutus-inbox-nfts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlabs-haskell/plutus-inbox-nfts
- Owner: mlabs-haskell
- License: apache-2.0
- Created: 2022-01-25T12:50:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T12:48:49.000Z (over 4 years ago)
- Last Synced: 2025-01-23T01:19:53.882Z (over 1 year ago)
- Language: Haskell
- Size: 72.3 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plutus-inbox-nfts
A script that allows to consume locked funds only in a transaction that includes a certain NFT (which is the parameter of the script).
The script is written in [Plutarch](https://github.com/Plutonomicon/plutarch).
## How to use this
The script has two parameters: the NFT's `CurrencySymbol` and `TokenName`.
The funds are only unlocked if they (and only they) are transferred entirely to the UTXO containing the NFT.
