XRPLF / XRPL-Standards

XLS: XRP(L) community defined Suggestions, Proposals, RFCs / Standards / Drafts & discussions, to be added to the core protocol, used for platform & apps devemopment, etc.
MIT License
193 stars 53 forks source link

Update link to STAmount #195

Closed sappenin closed 6 months ago

naory commented 5 months ago

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.?

shawnxie999 commented 5 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.

naory commented 5 months ago

Thanks for clarifying this @shawnxie999!