Some questions about minting #41
-
Question Posted: 14 August 2021, in Discord
Hey all - I have a few questions about minting. As a dev I'm new to the NFT space so forgive me if these are very basic questions. I'd like to reward users of my project with an NFT when they've taken specific actions. I don't want them to bear any minting/transfer costs. Question 1. Am I correct in assuming that my app's designated address would be doing the lazy-minting (i.e would be in the snippet below as Question 2. Referring to the following snippet, in the SDK docs as reference:
And this snippet is in the example tutorial Github (https://github.com/rarible/protocol-example/):
What is the difference between:
in SDK docs 0x0 is like a placeholder, so you should replace it with real address (smart contract address, where NFTs will be created) Regarding other stuff: I think now there is no possibility to gift lazy minted NFTs (do you want to gift these NFTs, right?)
Thanks for clarifying! So for And yes - I would like to gift the NFT's if possible. I'm fine with minting them myself and sending. I assume that I would need to use the examples in the 'ERC721 Standard Minting' section (https://docs.rarible.org/asset/creating-an-asset#erc721-standard-minting) ? |
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.