When will lazy minting and mystery drops be available on Rarible? #40
-
Question Posted: 17 June 2021, in Discord
Hey @isaac sorry for the fast follow up but do u know when lazy minting and mystery drops will be available on Rarible? I'm developing a custom contract with those elements built-in and want to launch on Rarible
Lazy minting should be available now, I have a demo in the starter app. Mystery drops are possible now too. Just don’t pin the ipfs content until after it’s sold. We’re working on some additional stuff to coordinate the drop dates and reveals But it’s all doable currently
Awesome thanks so much! I'll share this info with my devs, appreciate it! Wait sorry maybe a dumb question but u mentioned ipfs, does this also work for ARweave?
I haven’t tested mystery drop on arweave but as long as it uses deterministic addressing it will work. Will look into it For lazy minting that will also work but you’ll have to deploy a modified contract, not the standard rarible one so i think the answer is yes, arweave transaction IDs are hashes of signatures, which include hashes of content. so you should be able to predict the transaction ID. however you could also use the arweave/ ipfs bridge and just use the ipfs CID in the URI + arweave for permanence
Just to confirm, are you referring to the Rarible token or a custom contract?
rarible contract assumes IPFS, so you would have to deploy it with a slight modification to use arweave |
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.