Scissors โข Crash โข Mines โข Turtle โข Plinko โข Dice โข Slot Game A modern crypto-powered gaming platform supporting multi-chain tokens and exciting on-chain games.
- โฟ Bitcoin (BTC)
- ฮ Ethereum (ETH)
- $ Abstract
- ๐ก Binance Smart Chain (BSC)
- ๐ท Solana (SOL)
- ๐ต USDT (All major chains)
- Game UI and wallet interactions
- Real-time Socket.IO updates
- User account dashboard
- Game & user management
- Live transaction monitoring
- Platform analytics
| Service | Port |
|---|---|
| Main Server | 5000 |
| Admin Service | 6100 |
| Scissors Game | 5200 |
| Chatroom Service | 4900 |
| Management Service | 4000 |
| ... and more game services |
- Node.js
v16(Backend) - Node.js
v14(Frontend & Admin) - MongoDB instance
- Web crypto wallet (MetaMask, TrustWallet, etc.)
cd backend
npm install
# Start services
npm start # Main server
npm run scissors # Scissors game
npm run crash # Crash game
npm run chatroom # Chat system
npm run manage # Management servicecd frontend
npm install
npm startcd admin
npm install
npm startCreate .env files in each of the backend, frontend, and admin folders:
# Example for Backend
MONGODB_URI=mongodb+srv://...
JWT_SECRET=your_jwt_secret
TATUM_API_KEY=your_tatum_api_key
WEB3_PROVIDER=https://mainnet.infura.io/v3/your_key- ๐ JWT-based auth
- ๐งช Two-Factor Authentication (2FA)
- ๐ Secure wallet integration
- ๐ DDoS Protection
- โก Rate Limiting
- Backend: Node.js + Express.js
- Frontend: React.js
- Database: MongoDB
- Real-Time: Socket.IO
- Blockchain: Web3.js, Ethers.js, TronWeb
- Payments: Tatum API
- Multi-chain Web3 Providers
- Native node access
- Tatum for wallet & transaction processing
- ๐ Real-time multiplayer gameplay
- ๐ Multi-currency wallet support
- ๐จ๏ธ Live chat
- ๐ Game and transaction history
- ๐งพ Admin dashboard & analytics
- โก Instant crypto payouts
- Fork the repo ๐ด
- Create your feature branch ๐ฑ
- Commit changes ๐พ
- Push the branch ๐
- Open a Pull Request โ
This project is licensed under the ISC License. Feel free to build and contribute โ responsibly and legally!






