Hi there! Could somebody help me in my problem? I need to mint NFT for some generated image (generated with puppeter). And this image should contain the minting tx.hash data. That is, first I have to mint the token, and then add tx.hash data to the picture. Or am I thinking in the wrong direction?
Dec 12, 2023, 2:24 PM
it can be like that , mint token , upload uri
Dec 12, 2023, 2:39 PM
yes, but how can I change the image with adding new data after the NFT minting?
Dec 12, 2023, 2:40 PM
check Image modifying methods , are you wanting in a json file or on the Image itself
Dec 12, 2023, 2:44 PM
The uri points to the image
So just update the image and then change the uri to wherever it’s being hosted
Using a centralized server for your metadata/ images makes it super easy to do what you need but if you wanna use ipfs it’s a bit tricky
So just update the image and then change the uri to wherever it’s being hosted
Using a centralized server for your metadata/ images makes it super easy to do what you need but if you wanna use ipfs it’s a bit tricky
Dec 12, 2023, 2:55 PM
I use ASW s3
Dec 12, 2023, 2:56 PM