eoscafe / eos-airdrops

List of all EOS Airdrop Symbols and Accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add a token?

Make a pull request with the following changes:

{
    "name": "<NAME>",
    "logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/<SYMBOL>.png",
    "logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/<SYMBOL>.png",
    "symbol": "<SYMBOL>",
    "account": "<CONTRACT NAME>",
    "chain": "<chain>"
}
    1. Add token logo *.png or *.jpg to ./logos folder
    1. Supported chains:
    • eos
    • telos
    • wax
    • proton
    1. Token name must be sorted alphabetically in tokens.json
    1. logo URL must start with https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/<SYMBOL>.png

About

List of all EOS Airdrop Symbols and Accounts

License:MIT License


Languages

Language:TypeScript 100.0%