-
Fork this repo to your own GitHub account
-
Create a new folder and name it the contract address of your token, under the matching blockchain. Example: if you're submitting an Ethereum based token you need to create a new folder under
blockchains/ethereum/assets/<YOUR TOKENS CONTRACT ADDRESS>. When using your contract address, be sure to supply it in the checksum version (case sensitive) -
In this folder create a new file named
info.json -
In this folder include your token logo, and the file must be named
logo.png -
Submit a PR to have your submission reviewed
id: contract address of the tokenname: full token namesymbol: token's symboltype: token type;BEP20orERC20decimals: number of decimals your token supportswebsite: official website of your tokenexplorer: url of your token's info page on the block explorersrefelections: does your token recieve reflections, boolean true|falsesocial: key/value pair of your token's social media links
Example of Valid JSON
{
"id" : "Contract Address",
"name": "Token Name",
"symbol": "Token Symbol",
"reflections": true
...
}
Include the official logo of your token you want displayed on FEGex
- the logo should be square, recommended 256x256px
For an example, look at the details of the FEG Token submission on the Binance Smart Chain side: FEG Token