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.
- Host: GitHub
- URL: https://github.com/aaronjmars/token-race
- Owner: aaronjmars
- Created: 2024-07-18T10:22:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:00:30.000Z (almost 2 years ago)
- Last Synced: 2025-08-28T05:41:55.469Z (10 months ago)
- Topics: coinmarketcap, data-visualization, dexscreener, web3
- Language: JavaScript
- Homepage: https://www.basedrace.fun/
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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.