💻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

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

3. Check all parameters before the fork

4. Congrats! The fork is finished.

5. Select "info" folder

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

5.2. Next step - go into "enq" folder

5.3. Then, add a 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.

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

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

6.2. Select "Edit"

6.3. Copy the sample description

6.4. Paste the copy before the sample description

6.5 Insert your token ID

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

6.7. Paste ID to file to your token description block

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

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.

7. Go to "Pull request"

8. Select "New pull request"

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

10. Then click "Create pull request"

11. Create pull request

Add you project short summary: 1-2 sentences;

Add your contact;

Add the project website (if exist);

12. Copy pool request number

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

Address: 02833f453fb8bf10cc5e8fd362d563851543559f3ea6e662ef114d8db8f72dda19

Token: ENQ

Amount: 0 ENQ

Data: (insert here your Pull request number)

14. Copy transaction Hash

15. Paste it as a comment in your pull request

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

Last updated