Creating a custom Flow Contract that appears on Rarible.com #167
-
What are the required steps for making a custom contract appear on Rarible.com? Do I need to deploy my own marketplace contract in order to have the NFTs appear on Rarible.com? It seems like there should be an interface that the contract needs to extend from that includes a way to get metadata for a specific NFT, as well as ownership information, from the base contract. Without this, the system probably cannot grab arbitrary NFTs as they are going to be stored on any number of accounts. Additionally, there would need to be a way for the collection to have it's collection-level metadata set. Which I do not see currently a way to do. My collection does appear, but only shows address information here. From what I've been able to figure through digging through the SDK source, I may have to make a PR that adds my collection to the SDK configs if I want it included? Is this the case? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
We have asked the Flow team to reach out to you via this GitHub discussion. |
Beta Was this translation helpful? Give feedback.
-
Dear @figs999, Thanks for your interest. Unfortunately, this is current limitation of Flow blockchain. One can not easily deploy a collection that would be instantly indexed by some marketplace. We are working on two things. The first thing is a simple workaround, similar to what guys from Blocto do – submission form for collections' authors. The second one is joint work with Dapper Labs on NFT and marketplace standard. Would you be able to serve a set of simple endpoints according to OpenAPI spec, provided by us? |
Beta Was this translation helpful? Give feedback.
-
@atapin Do you have more info on the endpoint? Or if the Contract level interface for metadata I proposed will work? I will need to have a solution available within a week or two for us to hit our launch target. |
Beta Was this translation helpful? Give feedback.
-
Is it okay to close this discussion @figs999? So we only keep this issue open: #173 |
Beta Was this translation helpful? Give feedback.
Is it okay to close this discussion @figs999? So we only keep this issue open: #173