Git Product home page Git Product logo

eth_tokens's Introduction

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

eth_tokens's People

Contributors

eager7 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

pursuitsunshine

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.