'Require user input when minting nft
Is it possible to require a user to input some information while minting their nft? for example If i wanted the person minting to input their first name then the mint happens and the nft contains their first name? is this possible?
Solution 1:[1]
- Ask the user for the input in a web app
- generate an image with their name
- upload it
- generate metadata file pointing to this image
- and then mint the NFT passing it the metadata file URI
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Petr Hejda |
