In this step you set the parameters of the NFT token
✔ This section allow you to add main picture for which you are setting up the NFT
Creator design and create the digital asset they want to represent as an NFT. This can be anything from a gaming item, digital artwork or collectible to a unique digital item like a virtual trading card or a virtual real estate deed.
Please note supported files!
Max size: 10 MB
✔ This section allow you to add extra files to meta asset (photo, sound or video)
Max size: 20 MB
✔ This section allow you to name NFT token. It is a unique identifier that distinguishes the NFT from all other NFTs in existence. The NFT token name can be any combination of characters chosen by the creator or issuer, and it is typically designed to be descriptive of the asset or the underlying concept behind the NFT.
✔ This section allow you to write a cool NFT description. Description will be included on the NFT detail next to image. Please use text formatting option. Markdown syntax is supported.
Text formatting explanation:
To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you use should correspond to the heading level. For example, to create a heading level three (<h3>), use three number signs (e.g., ### My Header).
Markdown
HTML
Rendered Output
# Heading level 1
<h1>Heading level 1</h1>
Heading level 1
## Heading level 2
<h2>Heading level 2</h2>
Heading level 2
### Heading level 3
<h3>Heading level 3</h3>
Heading level 3
To bold text, add two asterisks or underscores before and after a word or phrase. To bold the middle of a word for emphasis, add two asterisks without spaces around the letters.
Markdown
HTML
Rendered Output
I just love **bold text**.
I just love <strong>bold text</strong>.
I just love bold text.
I just love __bold text__.
I just love <strong>bold text</strong>.
I just love bold text.
Love**is**bold
Love<strong>is</strong>bold
Loveisbold
To italicize text, add one asterisk or underscore before and after a word or phrase. To italicize the middle of a word for emphasis, add one asterisk without spaces around the letters.
Markdown
HTML
Rendered Output
Italicized text is the *cat's meow*.
Italicized text is the <em>cat's meow</em>.
Italicized text is the cat’s meow.
Italicized text is the _cat's meow_.
Italicized text is the <em>cat's meow</em>.
Italicized text is the cat’s meow.
A*cat*meow
A<em>cat</em>meow
Acatmeow
To create a horizontal rule, use three or more asterisks (***), dashes (---), or underscores (___) on a line by themselves.
***
---
_________________
To create an ordered list, add line items with numbers followed by periods. The numbers don’t have to be in numerical order, but the list should start with the number one.
Markdown
HTML
Rendered Output
1. First item2. Second item3. Third item4. Fourth item
To create an unordered list, add dashes (-), asterisks (*), or plus signs (+) in front of line items. Indent one or more items to create a nested list.
Markdown
HTML
Rendered Output
- First item- Second item- Third item- Fourth item