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 a collection of 1500 NFTs, the second into 500, the third into 190 and the forth into 10.
This will result in a total collection of 2200 NFTs each with their corresponding metadata (json) files that I can then use on the Candy Machine.
How should I do this?
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