eth-tokens
v1.1.0
Published
List of Ethereum tokens in Json
Downloads
7
Maintainers
Readme
eth-tokens
List of Ethereum tokens in Json format.
This is a merge of different sources:
- the list of tokens from https://github.com/kvhnuke/etherwallet
- and some more infos from https://github.com/ExodusMovement/ethereum-tokens
Format
The resulting Json is of the following shape:
[
{
"address": "0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7",
"symbol": "1ST",
"decimal": 18,
"type": "default",
"name": "FirstBlood",
"color": "#D0021B"
},
...
]