Coder Social home page Coder Social logo

elethcoin / tags Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dex-guru/tags

0.0 0.0 1.0 375 KB

A tag can really be anything. It unites multiple tokens with similar qualities into one set. Here you can find list of tags we use at DexGuru

Home Page: https://dex.guru/tokens

License: GNU General Public License v3.0

Python 100.00%

tags's Introduction

Overview

DexGuru uses token lists in this repository to group tokens by tags. Check out the visual representation at https://dex.guru/tokens. Each JSON file represents a single tag(or multiple related tags, eg. Stablecoins and Stablecoins on Ethereum) and is a list of publicly sourced tokens. Anyone is welcome to add new tokens and new tags.

Keep in mind, this is NOT investment advice, a stamp of approval, or any kind of recommendation.

How to add a new token to a list

  • Look for the JSON file in this repo with the tag name you are looking for. Please make sure that the token that you are going to add matches the tag description. See this line at beginning of JSON, eg.:
  "tags": {
    "layer_2": {
      "name": "Layer 2",
      "description": "Layer 2 (L2) is a collective term to describe a specific set of Ethereum scaling solutions. L2 tokens can be used to decentralize a variety of protocol functions."
    }
  • Edit the JSON file.
  • Add an object to the JSON with the token's metadata like this
	 {
	 "chainId": "NETWORK_CHAIN_ID",
	 "address": "TOKEN_CONTRACT_ADDRESS",
	 "symbol": "TOKEN_TICKER",
	 "name": "TOKEN_NAME",
	 "tags": ["TOKEN_TAG"]
	 }
  • Submit your pull request
  • Do not forget to add token to multiple files if you can apply more than one tag to it.

How to add a new tag

  • Add a new JSON file to this repo with the name of the new tag.
  • Make sure your JSON file have description that is explain what kind of tokens belongs to this tag.
	  "name": "Meme",
	  "tags": {
	    "meme": {
	      "name": "Meme",
	      "description": "Meme coins are cryptocurrencies inspired by memes and internet jokes. Though Meme are based on memes or even internet jokes, they have cemented their position in the crypto space today. "
	    }
	  }'
  • The structure of your JSON file should be the same as any other JSON in this repository.
  • Please add at least 2 tokens to the new tag token list.
  • Submit your pull request.

tags's People

Contributors

sneg55 avatar shestakoven avatar olhadubovenko avatar strategicreserve avatar rushingmarina avatar

Forkers

elethcointoken

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.