# 1. Setup NFT token

## <mark style="background-color:purple;">In this step you set the parameters of the NFT token</mark>

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2F9qp3NlPr3Nwr00jctAMq%2FZrzut%20ekranu%202023-04-04%20131920.png?alt=media&#x26;token=9c3e08c1-444f-4afa-b98c-b5e9e82981ad" alt=""><figcaption></figcaption></figure>

✔ 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.

{% hint style="info" %}
Please note supported files!
{% endhint %}

{% hint style="info" %}
Max size: 10 MB
{% endhint %}

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2Fz85mHSxRGklX3o5nvQPW%2FAttachments.png?alt=media&#x26;token=d9f9a6b0-4313-419b-8b69-37b4d2f619cd" alt=""><figcaption></figcaption></figure>

✔ This section allow you to **add extra files** to meta asset (photo, sound or video)

{% hint style="info" %}
Max size: 20 MB
{% endhint %}

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2F4yLw190AaKedo87q6SI1%2FAttachments1.png?alt=media&#x26;token=119f2f8b-87e7-4270-a3e6-de6a9cb88187" alt=""><figcaption></figcaption></figure>

✔ 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.

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2FEq2Xk362ZfIv78pC0DyR%2FZrzut%20ekranu%202023-04-04%20134835.png?alt=media&#x26;token=49545dd2-35d7-4a68-9f29-94336bd9e897" alt=""><figcaption></figcaption></figure>

✔ 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.](https://www.markdownguide.org/cheat-sheet/)

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2FW3lWITHdws6sM3bZWqFz%2FZrzut%20ekranu%202023-04-04%20135256.png?alt=media&#x26;token=19006d26-f9ea-48f9-b916-334af4585f23" alt=""><figcaption></figcaption></figure>

Text formatting explanation:

{% tabs %}
{% tab title="Heading" %}
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`).

<table><thead><tr><th>Markdown</th><th width="207.66666666666666">HTML</th><th>Rendered Output</th></tr></thead><tbody><tr><td><code># Heading level 1</code></td><td><code>&#x3C;h1>Heading level 1&#x3C;/h1></code></td><td><h2 id="heading-level-1">Heading level 1</h2></td></tr><tr><td><code>## Heading level 2</code></td><td><code>&#x3C;h2>Heading level 2&#x3C;/h2></code></td><td><h3 id="heading-level-2">Heading level 2</h3></td></tr><tr><td><code>### Heading level 3</code></td><td><code>&#x3C;h3>Heading level 3&#x3C;/h3></code></td><td><h4 id="heading-level-3">Heading level 3</h4></td></tr></tbody></table>
{% endtab %}

{% tab title="Bold Text" %}
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`             | Love**is**bold             |
| {% endtab %}                 |                                           |                            |

{% tab title="Italicized text" %}
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`                           | A*cat*meow                           |
| {% endtab %}                           |                                               |                                      |

{% tab title="Horizontal Rul" %}
To create a horizontal rule, use three or more asterisks (`***`), dashes (`---`), or underscores (`___`) on a line by themselves.

```
***

---

_________________
```

{% endtab %}

{% tab title="Ordered Item" %}
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                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| <p><code>1. First item</code><br><code>2. Second item</code><br><code>3. Third item</code><br><code>4. Fourth item</code></p> | <p><code>\<ol></code><br>  <code>\<li>First item\</li></code><br>  <code>\<li>Second item\</li></code><br>  <code>\<li>Third item\</li></code><br>  <code>\<li>Fourth item\</li></code><br><code>\</ol></code></p> | <ol><li>First item</li><li>Second item</li><li>Third item</li><li>Fourth item</li></ol> |
| <p><code>1. First item</code><br><code>1. Second item</code><br><code>1. Third item</code><br><code>1. Fourth item</code></p> | <p><code>\<ol></code><br>  <code>\<li>First item\</li></code><br>  <code>\<li>Second item\</li></code><br>  <code>\<li>Third item\</li></code><br>  <code>\<li>Fourth item\</li></code><br><code>\</ol></code></p> | <ol><li>First item</li><li>Second item</li><li>Third item</li><li>Fourth item</li></ol> |
| <p><code>1. First item</code><br><code>8. Second item</code><br><code>3. Third item</code><br><code>5. Fourth item</code></p> | <p><code>\<ol></code><br>  <code>\<li>First item\</li></code><br>  <code>\<li>Second item\</li></code><br>  <code>\<li>Third item\</li></code><br>  <code>\<li>Fourth item\</li></code><br><code>\</ol></code></p> | <ol><li>First item</li><li>Second item</li><li>Third item</li><li>Fourth item</li></ol> |
| {% endtab %}                                                                                                                  |                                                                                                                                                                                                                    |                                                                                         |

{% tab title="Unordered 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                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| <p><code>- First item</code><br><code>- Second item</code><br><code>- Third item</code><br><code>- Fourth item</code></p>     | <p><code>\<ul></code><br>  <code>\<li>First item\</li></code><br>  <code>\<li>Second item\</li></code><br>  <code>\<li>Third item\</li></code><br>  <code>\<li>Fourth item\</li></code><br><code>\</ul></code></p> | <ul><li>First item</li><li>Second item</li><li>Third item</li><li>Fourth item</li></ul> |
| <p><code>\* First item</code><br><code>\* Second item</code><br><code>\* Third item</code><br><code>\* Fourth item</code></p> | <p><code>\<ul></code><br>  <code>\<li>First item\</li></code><br>  <code>\<li>Second item\</li></code><br>  <code>\<li>Third item\</li></code><br>  <code>\<li>Fourth item\</li></code><br><code>\</ul></code></p> | <ul><li>First item</li><li>Second item</li><li>Third item</li><li>Fourth item</li></ul> |
| <p><code>+ First item</code><br><code>+ Second item</code><br><code>+ Third item</code><br><code>+ Fourth item</code></p>     | <p><code>\<ul></code><br>  <code>\<li>First item\</li></code><br>  <code>\<li>Second item\</li></code><br>  <code>\<li>Third item\</li></code><br>  <code>\<li>Fourth item\</li></code><br><code>\</ul></code></p> | <ul><li>First item</li><li>Second item</li><li>Third item</li><li><pre><code>\*\*\*     |

***

***

</code></pre><p>Fourth item</p></li></ul> |
{% endtab %}
{% endtabs %}

✔ This section allow you to **add Tags** (maximum 5)

{% hint style="info" %}
Tags are used to categorize and organize content
{% endhint %}

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2F3HSPV4qhG6oUfAnb5VO1%2Fimage.png?alt=media&#x26;token=d55a84af-9073-44db-96c6-2da873285189" alt=""><figcaption></figcaption></figure>

✔ This section allow you to add **Categories**

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2FOb3SxfUnEX6uH5y5ct2W%2Fimage.png?alt=media&#x26;token=67cd3a5c-364e-4e8c-b33d-5f13d98118c6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please select one from the list
{% endhint %}

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2FZQikOKuLOrgl3hGOXxjI%2Fimage.png?alt=media&#x26;token=5c4cfc07-eabb-4ec9-adc9-c8e60d5213f3" alt="" width="382"><figcaption></figcaption></figure>

✔ This section allows you to **set a supply** for your NFT meta asset

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2FfFffB9wae0tTrOOIaOSU%2FZrzut%20ekranu%202023-04-04%20144415.png?alt=media&#x26;token=736662af-3f42-46df-b668-55e3438902ce" alt=""><figcaption></figcaption></figure>

✔ This section allows you to **select Chain**

{% hint style="info" %}
At the moment we operate on **BNB Chain**
{% endhint %}

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2F6ZgPZ2m6AAAM2yx9KhIL%2FZrzut%20ekranu%202023-04-04%20144603.png?alt=media&#x26;token=f60265e7-86a0-4626-b610-910b3bc8e289" alt=""><figcaption></figcaption></figure>

✔ This section allows you to **see token standard**

{% hint style="info" %}
Our token standard is **ERC-1155**
{% endhint %}

<figure><img src="https://2351247042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9QQIPimQeOGE3C1HbWxf%2Fuploads%2F943tmvjubLRkWxIdDBr3%2FZrzut%20ekranu%202023-04-04%20145802.png?alt=media&#x26;token=5f6e245e-3abc-41c8-a756-bb80ef4a93f8" alt=""><figcaption></figcaption></figure>

✔ Once all details have been filled out, please click **Continue**
