Adding Token Information
Introduction
Last updated
Introduction
Last updated
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: https://github.com/avral/alcor-ui
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.
The file for each blockchain is located in the folder: assets/fundamentals and is called <:chain>.json according to its chain (wax.json, eos.json, telos.json, proton.json)
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>.
Make sure symbol is in upper case and you pushing requests with valid JSON.