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.
- Host: GitHub
- URL: https://github.com/techtronixx/token_stats
- Owner: TechTronixx
- Created: 2023-08-14T06:44:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T06:57:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T18:36:56.350Z (over 1 year ago)
- Topics: burn, nextjs, react, reactjs, supply, token, vite, web3
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)