Add NFT

Add NFTs to your collection. Together, the URL and Edition form the unique identifier for each NFT.

You can reach this page by navigating to http://localhost:3000/add .

The parameters are:

  • URL : This is the relative URL for the NFT and when combined with the Base URL from the Initialization gives the full path to the NFT.

  • Edition : For NFTs with multiple copies of the same item, you increment the edition and use the same URL (or just leave it as 0 for the original version)

Once you add an NFT or you have any NFTs already added, you should be able to see the complete list in the section below the form. You are limited to the number of NFTs specified in the initialization

Last updated