1.1.0 • Published 6 years ago

eth-tokens v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

eth-tokens

List of Ethereum tokens in Json format.

This is a merge of different sources:

Format

The resulting Json is of the following shape:

[
  {
    "address": "0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7",
    "symbol": "1ST",
    "decimal": 18,
    "type": "default",
    "name": "FirstBlood",
    "color": "#D0021B"
  },
  ...
]