In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:
-
Create a folder under
/tokens
, the folder name is your token symbol in thelowercase
format -
Upload your logo in your folder
- Filename in the
uppercase
format with suffix - Image format:
png
- Image size:
256 by 256 px
- Upload a json file for additional info. File name is your token symbol in the
uppercase
format with suffix
asset
must be your token's symbolassetMap
must be your token's symbol without suffixmarket
must beALTS
orFIAT
. It determines which market the pair will be listed in when this token is the quote symbol.display
's default value istrue
, which means the information will be available in the explorer
The following contacts are supported in contact
:
- Medium
- Steemit
- Coinmarketcap
- Binance Info
- Youtube
- Telegram
- Discord
- Github
- Binance Research
Note: you must use the right key name
Example:
{
"asset":"NOW-E68",
"assetMap":"NOW",
"market": "ALTS",
"officialSiteUrl":"https://changenow.io/",
"contactEmail":"[email protected]",
"display":true,
"contact":{
"Telegram":"https://t.me/NOWtoken_Bounty",
"Reddit":"https://www.reddit.com/user/ChangeNow_io",
"Medium":"https://medium.com/",
"Youtube":"https://www.youtube.com/channel/UCpnkFY4kom0q3RJnhHiuMnw",
"Twitter":"https://twitter.com/ChangeNOW_io",
"Facebook":"https://www.facebook.com/ChangeNOW.io/"
}
}