Mogul Productions
  • โญWelcome to Mogul!
  • ๐Ÿ‘“Mission & Vision
  • ๐Ÿ“ฑSocial Media & Resources
  • ๐Ÿ“Smart Contracts
  • ๐Ÿ“žContact Us
  • ๐Ÿ›ฃ๏ธRoadmap & Priorities
  • ๐ŸคฒTeam
  • ๐ŸŽž๏ธMovies
  • โ“General Help
  • Product Information
    • ๐ŸŽฌNFT Marketplace
      • ๐Ÿ›๏ธBSC Marketplace
      • ๐Ÿ‘‘Royalties and Fees
    • ๐Ÿ–ผ๏ธNFTs
      • ๐Ÿช™Token Standard
      • ๐Ÿ’ฝNFT MetaData
      • ๐Ÿ”“NFT Unlockable Content
      • ๐ŸŒ†NFT Types
    • ๐ŸŽŠShowcase
      • ๐Ÿ‘€Showcase Pages
    • ๐Ÿ—ณ๏ธVoting
      • ๐Ÿ“ฝ๏ธFinanced Movies
      • ๐Ÿ™‹โ€โ™‚๏ธQuadratic Voting
      • ๐Ÿ—๏ธCreating a new voting round
    • ๐ŸŒ†Mogieland
    • ๐Ÿ“ฅProject Submissions
    • ๐ŸŽRewards Marketplace
    • ๐Ÿ’กSuggestions
  • NFT Collections
    • Access Passes
    • Mogies
    • Legacy Collection: Portraits of Stan Lee
  • Other
    • Videos
    • Blog
    • Press
  • Developer Information
    • API
  • Using the Mogul Creator Portal
    • 1๏ธโƒฃGetting Started
      • ๐Ÿค”Understanding your drop
      • ๐Ÿ“œYour Contract
    • ๐ŸŽฎUsing the Mogul Creator Dashboard
    • ๐ŸงบSetting the Collection
    • ๐Ÿ“จDrafting your NFTs
      • โ˜๏ธSingle Draft Data
      • ๐Ÿ–๏ธBatch Draft Data
    • ๐Ÿช™Minting NFTs
    • ๐Ÿ‘€Setting Showcase Page
      • ๐Ÿ“„Showcase Page Data
    • ๐Ÿ‘ŸStep By Step Example
Powered by GitBook
On this page

Was this helpful?

  1. Using the Mogul Creator Portal

Minting NFTs

Creating the NFTs drafted

Once all the NFTs have been drafted through batch or individually, you can proceed to mint your NFTs. Once the NFTs have been minted, your NFTSs have a unique token assigned to them and are now on the blockchain. After this step, no data can be changed.

Criteria when minting nfts

  • Wallet must be connected to the network the nft draft is specified on.

  • The connected wallet address must be allowed to mint using the specified contract address. Typically the owner of the contract is allowed. Please refer to the deployed contract if unsure.

  • If batch minting, all contract addresses of the selected draft entries must be the same.

  • If minting an ERC721 contract, you may enter different recipients for each draft nft entry but the amount can only be 1.

  • If minting an ERC1155 contract, you may only enter one recipients for each draft nft entry but the amount can only be manually set.

Steps for Minting

  1. After drafting the nft(s), you can mint under the mint tab by following the specifications listed previously.

  2. When minting, each nft is minted in accordance to their contract address type's protocol (ERC721 or ERC1155) and the backend will update the status of each nft to MINTED.

  3. The minted nfts can then be viewed at NFTs/List but cannot be edited or deleted through the ui after minting.

  4. Go to NFTs/Batch NFT Draft and upload the CSV and other assets as per the specification.

    • Clicking Batch Create will save the entries to the backend

  5. After uploading, each row in the CSV file will be parsed and runs through a series of diagnostic for common errors. Refer to code for details. Afterwards, when saving to the backend, the nft data entry will be saved to the backend one row at a time using the same process step 3 is using. On screen a modal will keep track of the progress and report any rows that did not save correctly.

PreviousBatch Draft DataNextSetting Showcase Page

Last updated 11 months ago

Was this helpful?

๐Ÿช™