1๏ธPreparing Your Asset

In order to use the Soil Protocol to mint NFTs, it needs to be loaded up with your project's artwork and metadata.

Your assets consist of a collection of images (e.g., .png) and metadata (.json) files organized in a 1:1 mapping - i.e., each image has a corresponding metadata file and the Master CSV file to identify the owner of the NFT whether it will be the Candy Machine or to normal wallet address

Example Mappingโ€‹

A 10-item collection will have 20 files in total:

Images
Metadata

0.png

0.json

1.png

1.json

2.png

2.json

3.png

3.json

4.png

4.json

5.png

5.json

6.png

6.json

7.png

7.json

8.png

8.json

9.png

9.json

Sample Items of the Collectionโ€‹

Below are two simple examples of items in this collection:

โ€ข Image: 0.png

Metadata: 0.jsonโ€‹

Master CSV

If you already upload the image you can input it directly in the IPFS row.

Whitelist

Last updated