An open API service indexing awesome lists of open source software.

https://github.com/mohnate/nomalyticatest


https://github.com/mohnate/nomalyticatest

Last synced: 8 months ago
JSON representation

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```