How to mint with a custom token ID in an ERC721 collection? #195
-
Hi, I've created an ERC721 contract collection using the Rarible.com UI. I would like to programmatically mint NFTs with custom token Ids, something that the Rarible.com UI interface doesn't allow. I have been playing with the ethereum example and the Is that even possible to pass specific tokenId? Can I use something like https://docs.rarible.org/ethereum/assets/creating-an-asset/#erc721-standard-minting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey. Also, you should take in account that in the new contracts you should use special token IDs: they should begin with user address. Could you tell me more about the case you are thinking about? |
Beta Was this translation helpful? Give feedback.
Hey.
It's possible to skip generate token id endpoint if you know how to work with IDs. But it's probably possible only when you have separate contract.
Also, you should take in account that in the new contracts you should use special token IDs: they should begin with user address.
Could you tell me more about the case you are thinking about?