MoonArtDAO / x_collection_metadata

An extensible Solana NFT collection metadata pseudo-standard
2 stars 0 forks source link

Markets Section Management #2

Open statikdev opened 2 years ago

statikdev commented 2 years ago

A majority of the values when the standard is set for a collection should be static and never change.

However, the market section could require multiple updates as it gets listed on other exchanges.

Field Description Required Example
market.[market].id A marketplace collection ID. No friendly_frog_social_club

If the long term goal of this standard gets realized, the marketplaces (and any other application/tool) would watch for the collection NFT creation and use the id attribute value for the market collection slug.

Need to think through some ways this could be better managed and/or handled in the meantime.

omarkilani commented 2 years ago

I think, over time, the verified collection address could be used to map to a market collection ID and we can deprecate the x.market.* fields.

Just have to push the markets to adopt it.