HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 695 forks source link

Regarding Pinata/NFT.Storage/Arweave Pinning 10000 NFT images and Metadata Json files #116

Open bladeninja888 opened 2 years ago

bladeninja888 commented 2 years ago

So I have 10000 NFT images and metadata json files now yay! Thanks to help of many in this awesome community started by Daniel's videos : )

I‘m now exploring using either NFT.storage or Pinata to host these images and metadata for the NFT minting, but getting stuck reading text APIs and would love to see someone help with some guide in terms of articles or a youtube video series.

xx1

To begin, I need to upload 10000 NFT images in one folder and 10000 metadata json files in another on Pinata right? And then 10000 NFT images will each have a new CID and then I need to update that CID to each of the 10000 metadata json files if I'm not mistaken or if there's a faster way...

Thanks a lot in advance guys.

Truly not that much information out there for the final stretch of Pinata/NFT.Storage/Arweave hosting.

Also Daniel worth take a look at NFT.storage, it's started by Protocol Labs the same company that built IPFS and apparently it's free no matter the file size (Pinata free limit is 1 GB).

https://nft.storage/

0xKartik-dev commented 2 years ago

You are almost there. Just take Directories CID and use it. Like, QmXYch1padCzum63cBX1ZpjDXnKS8SQmKu3a** is my Folder's CID. Usage: https://gateway.pinata.cloud/ipfs/QmXYch1padCzum63cBX1ZpjDXnKS8SQmKu3a**********/1.json https://gateway.pinata.cloud/ipfs/QmXYch1padCzum63cBX1ZpjDXnKS8SQmKu3a**********/2.json so on

I hope this helps. Thanks