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

https://github.com/aaronjmars/token-race

Data visualization tool for tokens, based on their FDV or MC.
https://github.com/aaronjmars/token-race

coinmarketcap data-visualization dexscreener web3

Last synced: 9 months ago
JSON representation

Data visualization tool for tokens, based on their FDV or MC.

Awesome Lists containing this project

README

          

# Token Race 🐎🏎️

### Data visualization tool for tokens, based on their FDV or MC.

## Features

- Preview 10 tokens based on their FDV or MC.
- Available for CoinMarket Cap (CMC) or DexScreener
- Show daily market change

## Preview

![Preview](https://i.imgur.com/jF11Pvn.png)
![Preview](https://i.imgur.com/dcDD6Bo.jpeg)

## Installation

```
git clone https://github.com/leo5imon/token-race
cd token-race
npm install
npm run dev
```

Set-up the tokens you want to retrieve on the .json files and pick the method you want to use : CMC or DexScreener. No API key needed for the latter.

## Contribution

_Contributions are welcome!_
If you would like to contribute, please follow these steps:

- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.