Adding Token Information
Introduction
Last updated
Was this helpful?
Introduction
Last updated
Was this helpful?
Each project can add information about its token, also via a Pull Request on GitHub, as well as the token icon. We use JSON format for that.
Our github:
The provided format is designed to store information about a cryptocurrency or token, including its name, website, and associated GitHub repository.
The file in which you need to add information about your token is divided into different blockchains.
There is a one object(not an array) that stores each tokens as key: value, where is key is id of token in format <SYMBOL@contract>.
The file for each blockchain is located in the folder: and is called <:chain>.json according to its chain (wax.json, eos.json, telos.json, proton.json)