Freee Docs
  • Guide
  • Getting Started
    • How do I connect my wallet to Freee?
    • How do I mint on Freee?
    • Gas Fees
  • Freee Create
    • What can I create on Freee?
    • Single-Edition (ERC-721)
      • How to create a Edition
      • Managing your Edition (ERC-721)
    • Drop (ERC-721)
      • How to create a Drop (ERC-721)
      • How to set up the artwork folder for your Drops collection
      • How to set up the .csv file in your Drops collection
      • Managing your Drop (ERC-721)
    • Collection (ERC-721)
      • How to create a collection (ERC721)
      • How to upload collection artworks?
      • Managing your Collection (ERC721)
        • Manage Sale Stages
        • Manage Pre-reveal & Reveal
        • General Settings
      • Others
        • In depth outline of collection artworks folder
        • In-depth Outline of collection metadata CSV
    • Multi-Edition (ERC-1155)
      • How to Create a Multi-Edition
      • Managing your Collection (Onchain)
    • More Features
      • How can I create an Airdrop?
      • How can I create an Allowlist?
      • Receive blast rewards
    • Create FAQs
      • Can I connect a multi-sig wallet?
      • How do I use a split contract with my collection?
      • How do I withdraw my earnings?
      • Do I have to pay a fee to collect my earnings?
      • Can I add a custom payout address to my collection?
  • Smart Contracts
    • Deployed Contract Addresses
      • Mainnets
      • Testnets
    • Smart Contracts Event-based Overview
    • 1155 Contracts
      • Creating a Contract
      • Creating a Token
      • Selling a Token
      • Minting Tokens
      • Permissions
    • 721 Contracts
      • NFT Creator Factory
      • NFT Implementation
      • Edition Metadata Renderer
      • Drop Metadata Renderer
      • Collection Metadata Renderer
  • Freee Platform Fees
  • Create, share, and collect to earn
    • Understanding Rewards on Freee
    • How to create to earn
    • How to share to earn
    • How to collect to earn
    • Diamond Rewards Chart
  • Freee FAQs
    • Why can't I mint from a collection ?
    • Why can't I see my minted NFT(s) ?
    • Why did my mint transaction fail ?
  • Legal
    • Privacy Policy
    • Terms of Service
Powered by GitBook
On this page
  1. Freee Create
  2. Drop (ERC-721)

How to set up the artwork folder for your Drops collection

This is a guide to creating and formatting the artwork folder for your drop

PreviousHow to create a Drop (ERC-721)NextHow to set up the .csv file in your Drops collection

Last updated 1 year ago

To successfully upload your artwork folder, you must ensure that the contents have been correctly formatted. To begin with, make sure that inside your folder, you have the following components:

  1. A media folder containing all of your artwork files.

    1. These files must be formatted correctly and numbered 1, 2, 3 and so on. *Ensure there are no hash marks in the filenames

  2. Optional - A single .csv file containing your collection’s metadata.

  3. Optional - A thumbnails folder containing the thumbnail(s) you would like to display on your non-image media (audio/video).

    1. if you are using non-image media (audio/video), you must use the thumbnail folder to upload images for marketplaces to display on list pages. By default they will match on filename media/1.mp4 -> thumbnails/1.png

In-depth Outline

Follow below to further understand the components of your "Artwork Folder"

  1. Inside your media folder, there must be the correct number of artworks you intend to upload as part of your drop. It is essential to ensure you have placed the correct number of artworks in your folder because once you have created your collection, the number of artworks cannot be changed.

  2. These files must be formatted correctly and numbered 1, 2, 3 and so on. Ensure there are no hash marks in the filenames

  1. Optional - A singular .csv file containing your collection’s metadata. A guide to formatting your .csv can be found here. Below is an example of what your .csv file can look like:

Name
Description
Media
Thumbnail
attribute [attribute name #1]
attribute [attribute name #2]

NFT #1

NFT #2

NFT #3

NFT #4

  1. Optional - A thumbnails folder. If you are using non-image media (audio/video) for your drops collection, you can use a ‘thumbnails’ folder to upload images for marketplaces to display on list pages. By default, they will match on the filename (e.g. media/1.mp3 will link to thumbnails/1.png).

Your artwork folder is now suitable to go! Upload your artwork folder and continue with the creation of your drops collection.


There are some important details you must note when creating your .csv file. You can find a detailed guide on how to format your .csv file .

here