Giter VIP home page Giter VIP logo

token-list's Introduction

Curated Token List

This repository contains list of tokens for NEAR dapps.

Notable, the list is used by NEARswap.

Contribute

If you want to have your token listed in a dapp which utilizes this list, please edit one of the files below. If you want to list you dapp, please edit dapps.yaml file.

Create a pull request, and proove in a description the validity of your dapp or token.

Organization

We define one list for each NEAR network. Each list is a JSON file:

  • main-net.json
  • test-net.json
  • beta-net.json
  • guild-net.json

Structure

Each JSON file MUST be a list of object with structure:

name: String
symbol: String
type: Native | NEP-21 | NEP-122 | NEP-136
address: String (smart contract account address, empty if type==Native)
decimals: Number
granularity: Number | undefined (undefined if type!=NEP-136)
logoURL: String (URL)

Example:

[
    {
      "name": "NEAR",
      "symbol": "NEAR",
      "type": "Native token",
      "address": "",
      "decimals": 24,
      "logoURL": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/near/info/logo.png"
    }, {
      "name": "GOLD",
      "symbol": "GOLD",
      "type": "NEP-21",
      "address": "gold.nearswap.testnet",
      "decimals": 24,
      "logoURL": "https://user-images.githubusercontent.com/26249903/94925431-d3f07700-04dc-11eb-8189-68fbd65e7738.png"
    }
]

LICENSE

MIT. See LICENSE file

token-list's People

Contributors

amityadav0 avatar robert-zaremba avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.