Token Burner Project

Overview

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

Getting Started

To get started with the Token Burner Project, follow the steps below:

  1. Clone this repository: git clone https://github.com/echohtp/token_burn_w_leaderboard.git
  2. Install the dependencies: npm install
  3. Set up the environment variables:
    • Add the required environment variables to the .env file .
  4. Run the application: blitz dev

Features

Token Burning

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.

Leaderboard

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.

Contributing

Contributions to the Token Burner Project are welcome! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request.

License

This project is licensed under the MIT License.