Closed wesleyygg closed 1 day ago
I think @casey has been thinking about this lately. I'll let him chime in.
I'm slowly working on this. I'm going to first define a new on-chain schema format, which can then be used for legacy collections, so this can be closed for now, since that'll take a while.
Hello!
Many Ordinals collections are not connected to a parent inscription, making it difficult to definitively assign them as a collection on the blockchain. This can happen when:
As a result, the power to define these non-parent-child collections rests largely with centralized marketplaces. To ensure consistency across platforms, there should be a decentralized, uniform method for defining collections. This would allow any marketplace—decentralized or centralized—to reference a singular collection metadata inscription as the authoritative source.
I propose the following JSON inscription formatting (using Bitcoin Punks as an example):
This formatting has everything a collection will need for a marketplace to showcase a collection including the collections name, description, and collection image marked under the "metadata" object. The rest of the collection metadata is constructed in a dictionary where the key is the inscription hash and the value is an object that holds the name, inscription number, and attributes of that particular inscription.
If there is a way for Ord to recognize these types of legacy collection metadata inscriptions that would be awesome! As we all know, many of todays top volume collections are not using parent-child so this is an opportunity to implement more decentralization in the ordinals ecosystem. I look forward to your feedback!