πŸ–ΌοΈEditions Collection

If you're unsure about the distinctions between the three types of collections, please visit the 'Initial Steps' section for clarification. Create the project that best suits your needs!

To create an "Editions" project, choose the first option labeled "Editions" on the Mintpad no-code app.

Furthermore, you must connect your wallet to select the 'Editions' option. You will see a 'connect wallet' button if your wallet is not connected. If it is already connected, you can skip this step.

This step is necessary for deployment on the chain and storage of the project associated with that wallet. Thus, you don't need a username or password; your wallet is your authenticator.

After connecting your wallet, a form will appear where you can input all the necessary collection information. The minimal requirements to deploy an NFT collection include 'Project Name,' 'Project Description,' and at least one media. Naturally, you will need sufficient funds to cover the deployment gas fee.

Let's explain all the form fields to clarify the goal of each one and achieve a better collection deployment:

  1. Network: You must select which chain to deploy to your NFT collection. You can choose between the mainnet and the testnet. Mintpad is integrated with a wide range of chains; thus, a search feature exists through which you can filter them.

We recommend using the testnet to test your collections and play with the tool. There are different websites where you can obtain free testnet funds. They are called 'faucets'.

  1. Project Name: That's your collection name. Please set a descriptive name for your collection in the chain contract. Please note that we will also use that name to generate your collection name, which will be displayed on your minting page, and when someone mints any NFT, marketplaces will also display that name. Furthermore, we will generate a subdomain name based on it. Also, it will be shown to you how to manage your collections on the Mintpad dashboard.

Mintpad dashboard project name
Minting page subdomain and collection name

Later, on your project dashboard, you can change your minting page collection name and your subdomain minting page URL, but the original name will be written on the blockchain, and marketplaces will use it.

  1. Token Symbol: This is the abbreviated name for the tokens in your contract. For instance, if you use the symbol "CAT," your tokens will be named CAT #1, CAT #2, etc.

  2. Project Description: This will be the general project description displayed on the minting page. Additionally, we use this description for individual token descriptions. You will have the option to modify specific token descriptions to achieve different descriptions for each token.

Project description at minting page
  1. Minting Fee: This is the price the user must pay to mint a new NFT from your collection, excluding the protocol fee (which depends on the chain).

Set the minting fee value to 0 to enable 'FREE MINTING'. Users will see this on the minting page and must only pay the protocol fee and transaction Gas.

You can choose the token you want to receive when minting from the available options on the chain, or indicate a custom ERC-20 token address:

If you wish to set a custom ERC-20 contract, paste the contract address into the app. If correct, the app will read it and display the token name and icon.

Please note that if you set an ERC-20 token, people will be able to pay with that token or the native token, but you will always receive the ERC-20 token that has been set.

  1. Edition Size: The total number of NFTs that the collection consists of and that you want people to mint.

If you leave the edition size blank, users can mint NFTs unlimitedly. Later, you will have the option to change it if needed.

limited size
unlimited
  1. Advanced options: This section provides access to more advanced features, such as airdrops, customizable revenue, soulbound, etc. They are explained in the 'Deploy Advanced Options' section.

  2. Artwork: This tab is where you have to set the media that NFTs are made of. You have two options: put your media or ask an AI to generate your artwork. You can see the explanation in the 10 points below.

  3. IPFS URI: You can reuse artwork you have previously saved on IPFS. The complete explanation is in the 'Custom IPFS URI' section.

  4. Media zone: This is where you can add the media that compose the collection. Remember, you can upload your files or request that AI generate an image for your collection. Since this is an edition's collection, the collection is only composed of one media file.

  • Set your media: Click on the 'Add token media' area and select the file you want to add from the dialog. Once the file is added, it will be displayed. To change the media, click the displayed media and select another file from the file upload dialog.

You can edit your NFT metadata and create NFTs with associated information or special characteristics. Visit the 'Media metadata' section to explore the possibilities.

NFT media could consist of various types, including images, videos, or audio. The 'NFT MEDIA TYPES' section lists them.

  • Ask for AI: "If you want to sit back and let the AI do the work for you, write what you want in the description and click the 'Generate artwork using AI' button. The complete explanation is in the 'DallE-2 + ChatGPT AI NFTs' section.

Write a description, and AI will generate an image for you.

πŸŽ‰πŸŽ‰And finally, the last step is to deploy the collection πŸŽ‰πŸŽ‰πŸ‘

The last step is to deploy your collection on your selected chain. Click on the deploy button to see how the deployment process progresses. The process you will see is as follows:

  1. First, it will package all the images for IPFS.

  2. The packaged content will be uploaded to IPFS.

  3. Your project's smart contract will be deployed on the chosen chain.

And finally, a modal will be displayed. Please read it carefully and follow all its steps!!

When you close the above modal, you will see that the collection has been successfully deployed. You can view the contract address and transaction information. Click on them to view detailed information.

If you click on the 'Next Steps' button, you can display the next steps modal again.

After completing all the recommendations, we encourage you to access the project dashboard and explore all the tool possibilities. This documentation explains all these features in detail so that you can deploy all your collection options correctly.

Last updated