💻Add a description to custom token

How to add a description to your custom token - step by step

We will use as the example token called: RNR

Test token

1. To add your custom token description you have to go to Enecuum github repository: https://github.com/Enecuum/explorer

2. Fork it to your account's repository

Steps to the fork

3. Check all parameters before the fork

3..2..1 - fork!

4. Congrats! The fork is finished.

Your forked repository

5. Select "info" folder

Info

5.1. Let's add you Token Logo first. To do that - go to "token/logo" folder

token/logo folder

5.2. Next step - go into "enq" folder

"enq" folder

5.3. Then, add a new file

new file

5.4. Download your logo in formats .png or .jpg. The resolution 512x512 is good enough. Files larger than 256KB will be ignored.

Download your logo

6. Let's move forward, and add a description. Go into "info"

info

6.1. Open "token-info-storage-enq.json"

token-info-storage-enq.json

6.2. Select "Edit"

inside the token-info-storage-enq.json

6.3. Copy the sample description

sample description

6.4. Paste the copy before the sample description

seconds before the paste

6.5 Insert your token ID

token ID

6.6. Copy ID from your token "page" in explorer:

Token ID

6.7. Paste ID to file to your token description block

token description block

6.8. Insert all info you neet to special fields. Don't forget about the Logo.

Adding the info

Available fields:

    "token_id":"",
    "website":"",
    "logo": "",
    "media": {                            
        "twitter": "",
        "medium": "",
        "github": "",
        "forklog": "",
        "bitcointalk": "",
        "linkedin": "",
        "youtube": "",
        "qq": "",
        "weixin": "",
        "telegram": "",
        "reddit": ""
    },
    "documents": {
        "whitepaper": "",
        "guides": ""
    },     
    "description": {
        "en": "",
        "de": "",
        "fr": "",
        "ru": "",
        "pt": "",
        "vi": "",
        "in": "",
        "tr": ""
    },
    "coingecko_id": "" 

6.9. Add a short description and commit your changes.

Add a short description

7. Go to "Pull request"

Pull request

8. Select "New pull request"

New pull request

9. Check all repositories and branches. Check your data.

New pull request

10. Then click "Create pull request"

Create pull request

11. Create pull request

Create pull request

12. Copy pool request number

Copy pool request number

13. Go to your wallet in Enecuum network and send transaction:

transaction

14. Copy transaction Hash

transaction hash

15. Paste it as a comment in your pull request

Paste transaction hash

16. Anticipate the team to check your pool request. Generally, it takes 1-2 weeks to check.

Last updated