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?
Asked
Active
Viewed 156 times
1 Answers
0
- 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

Petr Hejda
- 40,554
- 8
- 72
- 100