Adding Media to Trait Templates
When minting traits, each trait can have a media asset such as an image. In this guide, we will provide instructions on preparing image URLs for traits to be minted to collections.
Last updated
When minting traits, each trait can have a media asset such as an image. In this guide, we will provide instructions on preparing image URLs for traits to be minted to collections.
Last updated
1. Upload the Image to Arweave
To upload the image to Arweave, follow these steps:
Create an account using .
Create a new public drive.
Click the 'Upload' button to upload your files.
Choose the files you want to upload.
After the upload is complete, copy the Transaction ID (Tx ID) of each uploaded file.
2. Create the Image URL
To create the image URL for each uploaded image, follow these steps:
Copy the Transaction ID (Tx ID) of the uploaded file.
Concatenate the Tx ID with the Arweave gateway URL, which is "".
The final image URL will look like this: "".
Let's say you have an image named "blue_hat.png" that you want to use for a trait.
You upload this image to Arweave, and the Tx ID of the uploaded file is "KqJzZw47JHrKkEo8WLSyYYX9xQjk".
To create the image URL for this image, concatenate the Tx ID with the Arweave gateway URL: https://arweave.net/KqJzZw47JHrKkEo8WLSyYYX9xQjk
.
You can now use this Image URL in your trait template as the media asset for the trait.