🟦
CryptoDo
LaunchDapp
English
English
  • πŸ”·CryptoDo Introduction
  • πŸ’‘Smart contracts
    • πŸ’ŽToken (ERC-20 Contract)
    • πŸ’°Crowdsale (ICO Contract)
    • πŸ–ΌοΈNFT Collection (ERC-721)
    • 🏦DAO Contract
    • 🎲Lottery Contract
      • Win-win Lottery
      • Jackpot Lottery
      • Prize draw
    • πŸ“€Multisender/AirDrop
    • Multisig
    • πŸ”’Vesting
  • βš™οΈHow to Use CryptoDo
    • πŸ’ŽHow to create a smart contract (ERC-20)
    • πŸ’°How to create a smart contract (ICO)
    • πŸ–ΌοΈHow to create a smart contract (ERC-721)
    • 🏦How to create DAO
    • 🎲How to create lottery
    • πŸ“€How to create a smart contract (Multisender/AirDrop)
    • πŸ”’How to create vesting contract
  • 🚰Faucet
    • 🚿How to use CryptoDo Faucet
  • πŸ”ΉCryptoDo Token (CDO)
  • 🧩Modules
  • βœ”οΈCryptoDo use cases
  • πŸ”—Blockchains
    • Ethereum
    • Binance Smart Chain (BSC)
    • Polygon
    • Aurora
    • Optimism
    • Avalanche
    • Mantle
    • OKX
  • πŸ–‡οΈLinks
Powered by GitBook
On this page
  • What is NFT?
  • Basic usage scenarios:
  1. Smart contracts

NFT Collection (ERC-721)

PreviousCrowdsale (ICO Contract)NextDAO Contract

Last updated 2 years ago

What is NFT?

NFT (non-fungible token - nonβ€”fungible token) is a kind of cryptographic token in the blockchain, which is a unique, non-fungible asset.

The most popular smart contract standard for running NFT is ERC-721.

The smart contract of the NFT collection contains a database of metadata of tokens and their IDs, as well as functions for issuing, transferring, storing, sales stages, and so on.

In CryptoDo, you can create a multifunctional smart contract to launch an NFT collection.

Basic usage scenarios:

1. Selling art through NFT. You can launch an NFT collection with your creativity and sell it on popular NFT marketplaces (OpenSea, Raible, Binance NFT, etc.). At the same time, NFT will allow you to retain copyrights and receive royalties from each resale of your token.

2. NFT tickets. You can launch an NFT collection with digital tickets for your event. NFT cannot be forged, each token is unique, so the technology is great for this.

3. NFT as a user ID. The non-interchangeability of NFTs allows them to be used as documents, certificates and unique keys to any kind of content. For example, you can create a private club with access only for those who own an NFT token from your collection.

4. NFT as a fundraising method. You can launch an NFT collection for the purpose of collective financing of any kind of initiatives. Financing of development, construction, book writing, research work is easy to conduct through the sale of NFT tokens to the audience. NFT is a new approach to crowdfunding.

5. NFT in games. You can digitize game items at the expense of NFT and create a free market of values for your players. This will allow you to get additional income from royalties and increase player engagement through new mechanics and features.

πŸ’‘
πŸ–ΌοΈ
πŸ–ΌοΈHow to create a smart contract (ERC-721)