I am currently working on a Solana project where there are 4 different gifs (mp4) and I would like to turn one of them into 1500 NFTs, the second into 500, the third into 190 and the forth into 10.
I need a collection of 2200 NFTs with all the corresponding metadata (json) files that I can then use on the Candy Machine.
How should I do this?
Thanks
For 1 mp4 in the candy machine the easiest solution would be to use hiddensettings.
Since you have more than one I would propose to
If you want to use mp4 you should have animation_url in your metadata and additionally a png as image for wallets/services which don’t support mp4. The process above is the same though. For more info about this check the metaplex token metadata standard