Comment on page
NFTs
An NFTSet contains a number of NFTModels, which contain a number of NFTs
NFT
, NFTModel
and NFTSet
are all blockchain concepts. i.e. when you mint, the Niftory contract creates a Set for an NFTSet, a CollectibleItem for an NFTModel, and a NonFungibleToken for an NFT on the blockchain.Note that because Niftory supports minting lazily, you can create all these objects in the Admin Portal without minting them, display them to users, and delay the mint step until the actual NFT Transfer (which will handle minting automatically).
This is possible because Niftory API combines both on-chain and off-chain data into one API. When you are querying the API, it is returning data from the Niftory database. The database is updated automatically to represent the source-of-truth on the blockchain.
Last modified 3mo ago