๐Ÿ“จDrafting your NFTs

Creating NFTs

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.

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.

Last updated