Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rango-exchange/token-list

Rango Custom Token List
https://github.com/rango-exchange/token-list

Last synced: about 2 months ago
JSON representation

Rango Custom Token List

Awesome Lists containing this project

README

        

# Rango Token List

Rango Exchange offers support for a wide array of tokens, exceeding 10,000 in number. These tokens are drawn from popular token lists like CoinGecko, as well as protocol-specific token lists such as 1inch tokens or Wormhole token list.

---

How to list your token in Rango?

In order to include your token on Rango Exchange as a custom token, you are required to initiate a pull request (PR) to this repository. Please adhere to the following steps for the submission process:

1. Fork this repo to your own github account.

2. Clone fork and create new branch:

```shell
git clone [email protected]:YOUR_ACCOUNT/token-list.git
cd token-list
git branch
git checkout
```

3. Create a directory within `tokens/custom/` using your token's name. Inside this directory, include a 256x256 PNG icon, along with the token's manifest.

4. Submit the Pull Request. Within the _PR description_, kindly provide an explanation regarding **the DEXes/Bridges that your token is supported by**, considering Rango's integration. You could find list of all supported protocols [here](https://docs.rango.exchange/integrations).

---

How to add a token list to Rango?

You need to add this token list to `all-token-lists.json` file.

1. Fork this repo to your own github account

2. Clone fork and create new branch

```shell
git clone [email protected]:YOUR_ACCOUNT/token-list.git
cd token-list
git branch
git checkout
```

3. Add your suggested token list at the end of `all-token-lists.json` file.

4. Submit the Pull Request. Within the _PR description_, kindly provide an explanation regarding **the DEXes/Bridges that your token is supported by**, considering Rango's integration. You could find list of all supported protocols [here](https://docs.rango.exchange/integrations).