Skip to content

Latest commit

 

History

History

NFTSeries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The process consists of 3 scripts.

The first script is a minting policy X that creates a one time thread token that is sent to a script output of the validator script Y.

The validator Y is a state machine and increases a counter id after each mint.

The actual mint happens in a seperate minting policy Z. The mint only happens if the state machine Y successfully transitioned and the token name includes the correct counter id.

After burning the thread token no more NFTs can be minted. The supply can also be capped regardless of the tread token being still in existence or not.

The NFTs can be natively burnt.