Preparing your Traits

In this section, we will describe how to prepare your traits to be uploaded to GeneratOrd

Preparing and Uploading your Traits

The traits are the individual images that make up the layers of the final images in your collection. The traits are separated into groups, called 'trait types'. Typically, each image in your collection is made up of one trait from each trait type (however, this doesn't have to be the case).

For example, your traits may be split into the following types: 'Background', 'Clothing', 'Head' and 'Expression', etc.

All traits must be one of the following file formats: WEBP, JPEG, PNG, APNG, AVIF, GIF and SVG.

However, we recommend using WEBP or SVG, as these typically result in the smallest file sizes, resulting in lower inscription costs.

Animated images, such as GIF's or APNG's will not animate properly, so we do not recommend using them.

However, animated images can be used for 1/1's (items with only one trait) and they will animate properly.

Before uploading your traits, you should sort them into folders based on trait type. Below is an example of how to organise the traits. The names of the folders (Background, Clothing, Expression and Head) are the names of the trait types, while the names of the images are the names of the traits (Bats, Charcoal, Doodle Dark, etc.). The names of the folders and files are important, since GeneratOrd uses these to name your trait types and traits, which will also then appear on market places.

Example of how you should organise your traits before uploading to GeneratOrd

To upload your traits to GeneratOrd, navigate to the Traits Tab, and drag and drop the folder containing all your traits into the labeled section. You can also click the Add Traits > Upload Folder button as shown below. This will allow you to select a folder from your file system.

Upload your traits by dragging and dropping them, or clicking Add Traits > Upload Folder to select the folder from the file system

GeneratOrd will automatically group your traits into trait types, and will name the trait types and traits based on your folder/file names. Below is the result of uploading the folder structure shown above.

Screenshot showing how the traits are organised into trait types in GeneratOrd

Other ways to add your Traits

Uploading Images

You can add a new trait type by clicking Add Trait Type. This will add an empty trait type with a default name of Untitled Trait Type, so you will need to rename it which can be done by clicking on the name and typing in a new name.

Click Add Trait Type to add a new, empty trait type

Traits can then be added to the trait type by dragging and dropping images onto the trait type, or clicking the Add > Upload Images button located to the right of the trait type you want to add traits to.

Click Add > Upload Images to upload images to a given trait type. You can also Drag and drop images anywhere in the trait type.

Adding Preinscribed Traits

Add Inscription ID's Manually

To add inscription ID's manually, click the Add > Add Inscription ID's button located to the right of the trait type you want to add traits to. In the example below, we are adding traits to the Background trait type.

Add Inscription ID's by clicking Add > Add Inscription ID's on the header of the trait type you want to add traits to

This will open a dialog window as shown below. Enter the name and Inscription ID for each of the traits you're adding. You can add as many or as few traits as you wish. To add extra rows, click the Add New button, allowing you to enter in more traits. Alternatively, you can click the Delete buttons on the right to remove a trait. When you're done, click the Add button to add them to the trait type.

Add Inscription ID's dialog, allowing you to add the inscription ID's of your traits

Upload ID's in a JSON File

Adding inscription ID's one by one through the UI can be tedious. To make this easier, we also allow you to upload all your trait ID's at once, in a JSON file. This file has the following format:

{
  "<trait_type>": {
    "<trait_name>": "<inscription_id>",
    "<trait_name>": "<inscription_id>",
    ...
  },
  "<trait_type>": {
    "<trait_name>": "<inscription_id>",
    "<trait_name>": "<inscription_id>",
    ...
  },
  ...
}

Here is a completed example of the traits JSON file (Note: the ID's in this example are not real).

To upload this file, click Add Traits > Upload Inscription ID's in the top right.

Click the Add Traits > Upload Inscription ID's button in the top right to upload a JSON file containing the inscription ID's of your traits

Editing your Traits

Renaming and Deleting Trait Types

Trait types can be renamed by clicking on the name of the trait type, or by clicking the More Actions > Rename button. Under the More Actions menu, you can also delete the trait type. Be careful though, deleting a trait type will also delete all the traits within that group. The More Actions menu can be found to the right of the trait type, the button with the 3 dots (â‹®) as highlighted below.

The More Actions menu on each trait type allows you to rename or delete the trait type

Renaming and Deleting Traits

Similar to the above, each trait has a More Actions menu indicated by the button with 3 dots (â‹®) next to the trait name as highlighted below. Within this menu, you can rename and delete the trait.

The More Actions menu of each trait allows you to Rename or Delete the trait

Replacing the Image for a Trait

If you edit the image for a trait after it is uploaded, you can simply replace the image by clicking More Actions > Replace Image on the trait you want to replace. The More Actions button is the button with 3 dots (â‹®) next to the trait name as highlighted below.

To replace the image for a trait, click Replace Image In the More Actions menu for the trait

You can drag and drop the new image, or click Choose Image to select it from your file explorer. Alternatively, if the image is already inscribed, you can enter the Inscription ID instead.

Images can be replaced with a file, or the Inscription ID of an already inscribed image

Last updated

Was this helpful?