Skip to content

ndcotta-bc/coin-definitions

 
 

Repository files navigation

Blockchain.com Coins Definitions

L1 Coins

(TBD)

ERC-20 Tokens List

The file erc20-tokens-list.json is a single JSON file that contains the info from each asset listed in https://github.com/trustwallet/assets/tree/master/blockchains/ethereum/assets/, except:

For each asset, we include:

  • address (string)
  • decimals (int)
  • logo (string)
  • name (string)
  • symbol (string)
  • website (string)

Example:

{
    "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
    "decimals": 6,
    "logo": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
    "name": "Tether",
    "symbol": "USDT",
    "website": "https://tether.to"
}

Updating

Just run update.sh:

$ bash update.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.2%
  • Shell 18.8%