alephium / alephium-nft

Prototype for NFT Marketplace on Alephium
6 stars 7 forks source link

Further Explanation #16

Open larkben opened 1 year ago

larkben commented 1 year ago

contracts/nft.ral

what do you mean by it only supports 1 token. 1 token as in it couldn't be used for mass mint of the same nft or is it okay to use this for say an nft collection all different and minted separately?

polarker commented 1 year ago

UTXO model could support factional NFT which is semi-fungible. The standard NFT tokens have just 1 token.

larkben commented 1 year ago

Yes, that makes sense and running these contracts I'm noticing the checkCaller!() function is hinted at.. is there a particular reason it isn't used in these contracts or can I void it by setting it to false in the function params.