The ultimate collection of all EOS tokens (PR welcome !).
There are over 3000 tokens on EOS mainnet (According to EOSPark Tokens).
Unfortunately, it's hard for developers to collect all the tokens' logo and other info. Thus limited the chance to provide a better user experience for users.
This lib aims to collect all the tokens and their data including their logo/precision/desc/website, etc.
Please submit your token's JSON file like this template.(No need for every field) EOS
{
"name": "EOS",
"symbol": "EOS",
"account": "eosio.token",
"precision": 4,
"logo": "https://raw.githubusercontent.com/BlockABC/eos-tokens/master/tokens/eosio.token/EOS.png",
"desc": {
"en": "EOS (Enterprise Operation System) is a blockchain smart contract platform developed by Block.one, which aims to provide bottom blockchain platform services for high-performance distributed applications.",
"zh": "EOS (Enterprise Operation System) 是一个区块链智能合约平台,由Block.one 开发。它致力于为高性能分布式应用提供区块链底层服务。",
"ko": "EOS (Enterprise Operation System) 는 블록 스마트 플랫폼으로 블 락 원 (Block.one)이 개발 했다.고성능 분산 식 응용을 위해 지역 체인 하위 서비스를 제공 합니다."
},
"website": "https://eos.io",
"whitepaper": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md",
"links": {
"github": "https://github.com/{your-token}",
"telegram": "https://t.me/joinchat/{your-token}",
"twitter": "https://twitter.com/{your-token}",
"steemit": "https://steemit.com/{your-token}",
"reddit": "https://www.reddit.com/r/{your-token}/",
"wechat": "{your-token}"
}
}
PR is welcome!
Please add your token info under /tokens in a folder named with token creator account.
Please refer to eosio.token::EOS for token example.
Feel free to submit tokens if you are the token's owner or not, the community needs your contribution :). ` Thanks to Newdex, EOSPark and EOS cafe for initial data.
For better compatibility, please provide PNG format as possible.