https://github.com/mohnate/nomalyticatest
https://github.com/mohnate/nomalyticatest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohnate/nomalyticatest
- Owner: mohnate
- License: mit
- Created: 2025-03-13T02:38:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T04:17:48.000Z (over 1 year ago)
- Last Synced: 2025-03-13T04:19:07.462Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess Game with Blockchain Integration
## Blockchain Features
This application integrates with MetaMask wallet to allow users to:
- Connect their Ethereum wallet
- Deposit LLG tokens to play in different game rooms
- Earn rewards based on game performance
## Room Types and Token Requirements
- Classic Room: 0 LLG
- Silver Room: 50 LLG
- Gold Room: 100 LLG
- Platinum Room: 200 LLG
- Diamond Room: 500 LLG
## How to Use
1. Install MetaMask browser extension
2. Connect your wallet using the "Connect Wallet" button
3. Ensure you're on the correct network (Chain ID: [your chain ID])
4. Deposit the required LLG tokens for your chosen room
5. Play the game and earn rewards!
## Development
To run the application in development mode:
```npm start```
To build for production:
```npm run build```