Step 1: Mint collection

Although one of the characteristics of the lazy mint is that the gas cost will be paid for by the buyer, which can save gas for creators who have a large number of minted NFTs, the actual collection creation is still needed. In technical terms, the creators need to deploy the contract first; but in more simple terms, creators need to create the shell of the NFT collection first, and inform buyers about the NFTs.

Creators need to fill in the following basic information of the collection:

  • Collection name: The name of the collection, usually concise and clear

  • Collection image: The thumbnail image of the collection, which will be displayed in the list and the header of the details page

  • Description: A detailed introduction to the collection, so that buyers can better understand your works

  • Category: The classification of the collection, which determines the category under which the NFT is displayed

  • Customize URL: Customize your URL on Uptick.

Please note: Currently Lazy mint only supports contracts based on ERC721, so it is recommended that you issue 1/1 type NFT.

Last updated