Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.36 KB

README.md

File metadata and controls

68 lines (49 loc) · 2.36 KB

ETH tokens

The ultimate collection of all ETH tokens (PR welcome !).

Why

There are over 184,137 tokens on ETH mainnet (According to EtherScan 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/decimals/desc/website, etc.

Contributing

PR is welcome!

ERC20

  1. Star this repository for erc20 token

  2. Create a folder under /tokens named with token's contract address(lowercase) /tokens/${CONTRACT_ADDRESS}

  3. Then add yor token LOGO and JSON file under the folder. /tokens/${CONTRACT_ADDRESS}/token.png /tokens/${CONTRACT_ADDRESS}/token.json

  4. Create PR, and leave your contact (Telegram/WeChat/Email) in comment for further support.

ERC721

  1. Star this repository for erc721 nft token

  2. Create a folder under /nft named with token's contract address(lowercase) /nft/${CONTRACT_ADDRESS}

  3. Then add yor token LOGO and JSON file under the folder. /nft/${CONTRACT_ADDRESS}/token.png /nft/${CONTRACT_ADDRESS}/token.json

  4. Create PR, and leave your contact (Telegram/WeChat/Email) in comment for further support.

Please refer to BNB for token example.

Feel free to submit tokens if you are the token's owner or not, the community needs your contribution :).

Thanks to MyEtherWallet for initial data.

Template

Please submit your token's JSON file follow template below. BNB

{
    "name": "BNB",
    "symbol": "BNB",
    "contract": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
    "decimals": 18,
    "logo": token.png,
    "desc": {
        "en": "",
        "zh": ""
    },
    "website": "https://www.binance.com/cn",
    "whitepaper": "",
    "invalid": true,
    "links": {
        "twitter": "",
        "telegram": ""
    }
}

Note

  1. For better compatibility, please provide PNG format as possible.
  2. invalid field is only used to indicate that this token is invalid on chain. If your token is valid, please don't fill in this field.

Token List

tokens.md nft.md