Generate metadata

Not all the NFTs are randomly generated PFP, some of them are hand-drawn, or AI generated and doesn't require using art generator. If you already have art but don't have metadata, you can follow the steps here.

If you are not sure what metadata is and how it works, read our blog post to learn more about metadata.

To get started on generating metadata, go to Upload the layer page and select "I already generated my art myself or using a different service" option at the bottom.

Next, select I have art, but not metadata option.

Upload your asset to IPFS

Assuming you haven't uploaded your art to anywhere yet. If so, follow the steps to create an account on NFT storage and upload the art to IPFS using NFT storage.

Once you uploaded your art to NFT storage, provide two information:

  • CID: Unique identifier to find where you saved the files.

  • Media format: Select file extension format for your asset (.png, .jpg, .gif etc.)

Provide NFT storage key

Next, you will need to get NFT storage API key from NFT storage and provide the key to us. We will need the key so that we can upload the generated metadata for you so that metadata files will be saved in your account and you can have a full control over it.

Fill out CSV to generate metadata

This is the part it takes a bit time to prepare - but rest assured, we can walk you through the process step by step.

Set up the excel sheet

In order to create metadata, you will need to fill in all the token information in an excel sheet and at the end of the process, you will export it to CSV and import that into Launchpad.

You can find the excel sheet from here, and as this is read-only, make a copy from File menu and rename the file however you like (please look at the 3rd sheet/tab for an example).

Once you copied file, you will need to fill out the following information in the file:

  • filename: Name of the file for each token (should be the exact filename including the extension name, e.g. 1.jpg, 2.jpg, 3.jpg)

  • title: Name of the token

  • description: Description for each token

  • trait type and trait value: Each token's trait type and value (trait type goes to the header row of the column as it will be the same for all the tokens (for instance, all the tokens will have trait_type, "background".) and each row has its own trait values.

Let's use Curious Addys as an example - in this IPFS link, Curious Addys asset files are stored.

Filename

We named each file for each token number, so 10.png will be used for token ID 10, which will be used for "filename" column in the spreadsheet. You should put the exact filename, including the extension name, so our converter can make the correct JSON files. Once you do so, our platform will be able to find where the assets are stored and add that information to the metadata.

Title

This will be the name of each token - you could simple put the number of token (#1 etc.) or call it differently such as Addy 1, Addy 2 etc. The name of the token will show up right next to the image:

Description

Description will be displayed right under the image in the OpenSea token page:

You could have a different description for each token, or have the same, whichever you prefer.

Trait type & trait value

Trait type or trait value is the most complex and time-consuming part - but the good news is this is optional - so if you don't need tokens to have any traits, you can skip this part and just remove the columns from the spreadsheet.

If you decide to include, you can list what trait types you want to include (Background, body, expression etc.) and list them horizontally on the header row, and fill in each trait value in each tokens' row like below:

Please make sure to add the correct name for trait type and correct value for trait value that correspond to your image, as it shows up on OpenSea like below alongside with the asset (so if the asset and trait values look different, holders will know).

Once you are done filling out all the information, it should look like this:

You can also see the example sheet from here. (Please look at the 3rd sheet/tab for an example)

Export your sheet to CSV

Once you check everything and feel it's ready to go, you can export the sheet to CSV - you can do so from File > Download > Comma Separated Values (.csv)

Make sure you are exporting to CSV, not excel (.xlsx) or TSV (.tsv)

Import your CSV to launchpad

Click the box, and select the CSV file you just downloaded and import the file:

Once you import, you can see the preview of the first token:

If you find any errors or mistakes you want to change, go back to CSV, make edits, export and import again. If it looks good, you can go ahead and hit "Generate metadata".

If the import succeeds, you will see the success message:

You can click NFT.Storage to see if files are stored correctly.

If you want to regenerate, you can do so anytime by just simply hitting "Regenerate".

And you are all set! When you deploy your contract, we will set the url for your IPFS link to be the token uri :)

Last updated