NFT

This page demonstrates how to create an NFT collection and mint tokens from a pool. For a video guide, scroll down to the bottom of this page.

Next to ERC-20 tokens (coins) it is also possible to create and import tokens based on the ERC-721 or ERC-1155 standard in the Dashboard. This type of token contract is widely known as an NFT.

Info: Non Fungible Tokens are unique in their sort and differ in that aspect from the Fungible Tokens, which are all equal and therefor function well as forms of payment.

Import NFT

Navigate to Contracts -> NFT and you will able to click the Import NFT button. This will open up a modal where you can start the import flowfor NFT contracts based on the ERC721 or ERC1155 standard.

Our system will import all tokens owned by the campaign contract for the contract address you provide, so you can create NFT Perks for these tokens. You will find your campaign contract address on the campaigns overview page.

Note: Make sure to transfer ownership of your tokens to the campaign contract prior to importing a collection or it will throw a 404 error.

Create NFT

Navigate to Contracts -> NFT and you will able to click the Create NFT button. This will open up a modal where you can start the configuration of your NFT contract based on the ERC721 standard.

Title

Choose a name for your token. This field is limited to 50 characters and should in the best case describe what kind of tokens are in your NFT collection.

Symbol

Choose a symbol for your token. Keep it short and catchy, but simple and recognisable. There are no best practices, but usually a token symbol is an abbreviated sequence of 3 to 6 characters like stock tickers in traditional exchange interfaces.

Description

Provide a brief description of your NFT collection. We will use this in places where we need to provide more info about your NFT.

Icon image

This image will show as a thumbnail for your collection in for example token overviews.

Create an NFT - Video Guide

Last updated