This project is a Telegram Web App that includes features like coin mining, referrals, tasks, and statistics like hamster kombat
- Clone the repository
- Install dependencies with
npm install
- Set up a Firebase project and add your configuration to
src/firebase.js
- Create a Telegram bot using BotFather and add your bot token to a
.env
file:BOT_TOKEN=your_bot_token_here
- Start the React app with
npm start
- Start the Telegram bot with
npm run start-bot
- Coin mining system with energy
- Referral system
- Task completion
- Boost options
- User statistics
- React
- Firebase (Authentication and Firestore)
- Telegraf (Telegram Bot API)
- Tailwind CSS
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.