The Token Burner Project is a decentralized application (DApp) that allows users to burn tokens and compete for the top positions on the leaderboard. The project aims to incentivize token burning 🔥.
To get started with the Token Burner Project, follow the steps below:
- Clone this repository:
git clone https://github.com/echohtp/token_burn_w_leaderboard.git
- Install the dependencies:
npm install
- Set up the environment variables:
- Add the required environment variables to the
.env
file .
- Add the required environment variables to the
- Run the application:
blitz dev
The Token Burner Project allows users to burn tokens by calling the burnTokens
function. The burned tokens are permanently removed from circulation, reducing the token supply.
The project includes a leaderboard that displays the top token burners. The leaderboard is updated in real-time and shows the users who have burned the most tokens. Users can compete for higher positions on the leaderboard and earn recognition for their contributions.
Contributions to the Token Burner Project are welcome! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
This project is licensed under the MIT License.