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

https://github.com/techtronixx/token_stats

A website to track the supply and burn stats of a token.
https://github.com/techtronixx/token_stats

burn nextjs react reactjs supply token vite web3

Last synced: about 2 months ago
JSON representation

A website to track the supply and burn stats of a token.

Awesome Lists containing this project

README

          

# Token Supply & Burn Stats

This website is a way to track the supply and burn stats of the $TOKEN token. It is built using Reactjs and Vite.

## Features

- Supply stats
- Burn stats

## Demo

Demo - [Link]()

## Installation

1. Clone the repository:
```bash
https://github.com/TechTronixx/Token_Stats
```

2. Navigate to the project directory:

`cd PRNT_STATS`

3. Install dependencies using npm or yarn:

`npm install`

or

`yarn`

4. Start the development server with Vite:

`npm run dev`

or

`yarn dev`

5. Open your web browser and visit the local development URL provided by Vite. Typically, it will be something like `http://localhost:3000/`.

## Tech used

- Reactjs
- Vite
- HTML-CSS
- Javascript
- axios (for API calls)

## Credits

- [Reactjs](https://reactjs.org/)
- [Vercel](https://vercel.com/)
- [Vite](https://vitejs.dev/)