๐จDrafting your NFTs
Creating NFTs
Last updated
Creating NFTs
Last updated
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.
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.
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)
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)
NOTE: Any minted NFTs cannot be edited.
Go to NFTs/List and select an entry to edit.
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.
NOTE: Any minted NFTs cannot be deleted.
Go to NFTs/List and select an entry to delete.
Click Delete and Click Yes when the confirmation modal pops up.