🟦
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
  1. How to Use CryptoDo

How to create a smart contract (ERC-721)

PreviousHow to create a smart contract (ICO)NextHow to create DAO

Last updated 2 years ago

You have selected a smart contract type (ERC-721)

  1. In the "Contract Names" field, you must enter the name of the contract (The name of the contract must be in English!) The name of the contract can be anything and will not conflict with the same names of the token.

  2. In the "Total supply" field, you must enter the maximum amount of NFT that can be exchanged through your contract.

  3. In the "Token Name" field, you must come up with a name for the token you are creating (The token name must be in English!).

  4. In the "Symbol" field, you must enter the symbol of the token (The symbol of the token must be in English and consist of at least 3 letters/symbols !). "Symbol" is an abbreviation (short for "Token Name").

  5. In the "Token per transaction" field, you must enter the maximum number of tokens available for purchase in 1 mint transaction.

  6. In the "Number of tokens per wallet" field, you must enter the maximum number of tokens available for purchase per 1 address.

  7. In the "Price" field you must enter the price (A number must be entered in the field). You set the price of the token for 1 BNB.

  8. In the "Time for reveal" field, you must select a date for the revision of your collection.

  9. In the "Base URI" field you must enter the base file path (meta data) for your NFT (where your NFT files/images are stored).

  10. In the field "Founder address" you must enter (insert address) for the withdrawal of profit.

  11. In the "Owner Address" field, you must enter or leave your wallet address as standard.

  12. Additional functions of the contract:

    • Additional emission - this feature allows you to increase the total supply (total number of tokens) in your NFT collection after deploying a smart contract to the blockchain.

    • Presale - this feature allows you to create a list of wallets (White List) that will have access to an early purchase of your NFT collection / NFT tokens at a certain price.

  13. You have the choice to run your smart contract on the "Testnet" test network (free of charge) to check its performance, or on the "Mainnet" for CDO to the Internet, a ready-made version of the smart contract.

⚙️
🖼️