Git Product home page Git Product logo

eos-airdrops's Introduction

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

eos-airdrops's People

Contributors

3dkrender avatar ackza avatar ansigroup avatar berrycrypt avatar blueeyesdesc avatar bngone avatar cncienta avatar daiton285 avatar deniscarriere avatar dougbutner avatar douglashorn avatar edwardtatch avatar eosusa avatar gio1983 avatar gluedog avatar harko999 avatar imgbotapp avatar jafri avatar jeaimetu avatar kesar avatar khazius avatar lucyfloress avatar metallicusdev avatar movievertigo avatar nsjames avatar raleighfelton avatar telos-justin avatar thomas7-home avatar ttapa6ola avatar visnumeris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eos-airdrops's Issues

Misleading names

eos-airdrops/tokens.json

Lines 1488 to 1503 in 1588f78

{
"name": "BTC",
"logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/issue.newdex-btc.png",
"logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/issue.newdex-btc.png",
"symbol": "BTC",
"account": "issue.newdex",
"chain": "eos"
},
{
"name": "ETH",
"logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/issue.newdex-eth.png",
"logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/issue.newdex-eth.png",
"symbol": "ETH",
"account": "issue.newdex",
"chain": "eos"
},

While we cannot stop anyone from deciding whatever their token symbol is going to be I feel like it's a bit misleading having a name of BTC or ETH, where it's really Newdex BTC or Newdex ETH.

Thoughts on changing?

"name": "Newdex BTC",

Missing logo files

The following logo files are missing:

ihooeostoken-hoo.jpg
viitasphere.png
viitasphere-lg.png
viitasphere.png
viitasphere-lg.png
telosdac.png
telosdac-lg.png
BTCPtelosPurple1.png
ppnx.png
ppnx-lg.png
CHIA-wax-seeds.pet.png

I couldn't find appropriate images to add to fix these nor could I find the original commits that added some of these.

eosCASH also doesn't have any logos set.

eosreeltoken has a dead URL too.

Should these just be left in there or removed?

EDNA Tokens

Please add EDNA Token to your list of mainnet airdrops
Contract Account: ednazztokens
Contract Asset Symbol: EDNA

Thanks very much [email protected]

Agregar logos por favor

Hola
Necesito que se agreguen los logos de mis tokens
GUSI: XGUS
G-GUX: GUX
KSK PLUS: KSK
a cntinuación envio los logos correspondientes
gusi
G-GUX
KSK +

Feature request adding token description / tags / website / github and socials

Current tokens.json format is

{
    "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>"
}

How about adding complementary fields for other data like website, a descript, tags github .... ?

See example on Alcor repo here https://github.com/avral/alcor-ui/blob/master/assets/fundamentals/wax.json

I wish all those data were directly standard inside the eosio.token contract (even the small logo, it would be few kB of ram) but that's another topic.

Chain

With a growing number of tokens on chains other than mainnet, plus to add support for system level tokens, a chain field should be added to each token.

Proposed:
Mainnet: eos
Worbli: wbi
BOS: bos
Jungle: jungle
Kylin: kylin
Telos: tlos
MEET.ONE: meetone

Old:

  {
    "name": "Bitcoin",
    "logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/eosbetbtc.png",
    "logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/eosbetbtc-lg.png",
    "symbol": "BTC",
    "account": "eosbettokens"
  }

New

  {
    "name": "Bitcoin",
    "logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/eosbetbtc.png",
    "logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/eosbetbtc-lg.png",
    "symbol": "BTC",
    "account": "eosbettokens",
    "chain": "eos"
  }

add Opentoken symbols

I am trying to add token symbols for Alcor Exchange site. I have added the images and necessary codes, but our images are still not updated. Can you help on the subject?

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.