# Immutables Art Images This repository holds the image thumbnails for https://ipfs.immutables.art/. The content of this repository is available on IPFS via the URL https://ipfs-images.immutables.art/ ## Organization The file structure of this repository is as follows: #### /networkId/projectId/tokenId.fileExtension 1. The top level folders correspond to the networkId for the instance of Immutables.art. - Mainnet: 1 - Rinkeby: 4 2. The second level folders correspond the the projectId of the corresponding Immutables.art contract. 3. The third level file name is the tokenId and the file type of the minted token. - Artists or teammembers can generate these thumbnails using the "Project Admin" modal "Export Token Data" tab. - Next, use one of the thumbnail genrator scripts with modification to include your art script to generate thumbnails. - Static Images: [Audivit's static image template on editor.p5js.org](https://editor.p5js.org/Audivit/sketches/BuUkDL-VW) - Animated Images: [Audivit's gif animation template on editor.p5js.org](https://editor.p5js.org/Audivit/sketches/xORC3pNWu) - Then, add the thumbnails to the appropriate directory of this repository and commit the changes. 4. Make sure the appropriate smart contract is updated using the "Project Admin" modal "Metadata IPFS Thumbnails" tab with the correct URL and File Extension. - Example URL: "https://ipfs-images.immutables.art/1/1/" - Example Image Extension: ".png"