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 symbolasserMap
must be your token's symbol without suffixdisplay
'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
Note: you must use the right key name
Example:
{
"asset":"NOW-E68",
"assetMap":"NOW",
"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/"
}
}