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

Drafting your NFTs

Creating NFTs

PreviousSetting the CollectionNextSingle Draft Data

Last updated 11 months ago

Was this helpful?

After a collection is made, NFTs can drafted in a single or batch style. These drafted NFTs will be available to be minted as the step before creating the NFTs.

Single NFT Draft

Once all fields are filled correctly the data will be uploaded to the Mogul database. The images and other assets belonging to the NFT will be uploaded to IPFS.

The NFT will be minted via the filled contract address, make sure that this information is correct. The smart contract connected here will be responsible for generating the unique token for the NFT.

Draft information can be changed and edited, however once the NFT is minted, the data will be appended and stored on the blockchain. The blockchain data is immutable and no further changes can be made.

Property
Example
Description

Id

1

The id of NFT(1,2,3 etc)

Contract Address

0x______________________

The contract address of the collection to mint the nft. Must be a valid contract address. (required)

Title

AmazingNFT

The name of the nft in plain text. (required)

Description

5000 characters max

The description of the nft in plain text. (required)

Total Supply

10

The total supply of the nft. Must be an integer greater than 0. (required)

Unlockable Content

www.linktowebsite.com

Text shown under unlockable content of a nft. (optional)

Network

Mainnet

The network the nft is on. Must be one of MAINNET, RINKEBY, BSC, BSCTEST. (required)

Image

1.jpg

Name of the associated Image File with file extension included. File type must be one of jpg, jpeg, png, gif. (required)

Animation

1.mp4

Name of the associated animation file with file extension included. File type must be mp4. (required)

Trending

Select

Marker for if the nft will be displayed under the trending section.

Featured

Select

Market for if the nft will be displayed in the main banner.

Metadata

{"name":"gfsdgfdsg","zoom":"zoomer","image":"ipfs://QmUdtwuwaaEBbwE4fHq3vTQJ7BATpqUcoNtDuq9rdh1PMa"}

Metadata of the nft. Must be an object in json text, please check sample csv or some existing nft for format. (optional)

Attributes

[{"value":"Mogul Productions","trait_type":"Author"}]

Attributes of the nft. Must be a list of object in json text, please check sample csv or some existing nft for format. (optional)

Properties

{"title":{"type":"string", "description":"MR-9"}}

Properties of the nft. Must be an object in json text, please check sample csv or some existing nft for format. (optional)

Fields

{"extra":{"type":"string", "description":"non-sense"}}

Extra fields for the metadata of the nft. Must be an object in json text, please check sample csv or some existing nft for format. (optional)

Batch Draft

The Mogul platform also supports batch drafting, which allows large numbers of NFTs to be drafted and later minted all at once. The process follows the same data, to be uploaded in a .csv file. An example/template file is link and can be used. Drafting in batch the Mogul system will iterate though the all datafiles, validating and uploading to the Mogul database. This functionality circumvents the manual process when creating larger collections. NOTE: Image and video files do NOT need to be embedded into the csv file. The names filled in the text box MUST match the video files uploaded in the "Upload Assets"

Once a csv file is uploaded, errors will be displayed and must be fixed before proceeding.

Upload assets will become available once the csv is uploaded, use this to upload all animations and images. (IPFS Pinata has a file size limit of 10MBs)

Editing an existing NFT Draft

NOTE: Any minted NFTs cannot be edited.

  1. Go to NFTs/List and select an entry to edit.

  2. Any fields that can be filled and changed can also be updated during editing. Follow the same steps as creating a new to update and save.

Deleting an existing NFT Draft

NOTE: Any minted NFTs cannot be deleted.

  1. Go to NFTs/List and select an entry to delete.

  2. Click Delete and Click Yes when the confirmation modal pops up.

📨
All fields marked in asterixis are required