Closed sappenin closed 6 months ago
Hi @naory, MPT can support use cases for fungible tokens, such as tickets are interchangeable with each other (eg. museum tickets that shares the same attributes). But for your particular use case where each ticket wants its own unique attributes, I think NFT might be better suited because these tickets are technically "non-fungible". For NFTs, instead of metadata, you would need to provide an IPFS link to the attributes.
Thanks for clarifying this @shawnxie999!
Hi,
When considering MPTs for tickets, what should be the way to add metadata BLOB to an MPTToken in order to keep track of ticket attributes other than the ones used for the issuance? for example, status (unused | used | canceled), entry timestamp, etc.?