How would the UX look like for a custom ERC721 contract? #38
-
Question Posted: 17 June 2021, in Discord
Hi @isaac thanks for your help so far. I was just wondering what the UX for a custom ERC721 contract would look like. When we launch the drop, would there be a page on Rarible where collectors could interact with the contract and purchase/mint our tokens?
Yup the rarible ui will work with pretty much any erc721 contract If you mint it, it will get picked up by the indexer. For lazy minting, you just send it to their api and it will show up The url is something like rarible.com/token/[contractAddress]:[tokenid] You could also use the indexer api to render them on your own site
so I've deployed our contract to 0x72299528f360A7DAd36639b464e3726fFD21af92 on rinkeby, should we expect to see a storefront at currently it's an error saying "can't open start page"
url is wrong path should be /collection/{address}, not /token/{address} could you show me contract code? I mean, your ERC721 custom token code And what function we need to call to mint your tokens? Do we have to call this function when user tries to buy them?
https://gist.github.com/yayitswei/823fd88de9ddcd72db05168274a22fb4 - Spottie's contract and yes, the
Is it deployed or you can make changes?
we can make changes. it's currently deployed on rinkeby at 0x72299528f360A7DAd36639b464e3726fFD21af92
Ok. I will think about the integration |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon. |
Beta Was this translation helpful? Give feedback.
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon.