Feed The Mammoth is an onchain tapping game developed for the Celestia Hackathon under the Conduit G2 track. Players tap to feed the mammoth, triggering an onchain hash game in the backend. The goal is to generate random hashes and compete for the lowest hash to win the round and earn tokens.
- Open the Frontend: Access the live deployment here: https://lorenz234.github.io/FeedMammoth/.
- Connect Your Wallet: Obtain testnet tokens for the G2 testnet chain and switch your wallet to this chain.
- Create a Session Key: Generate a session key and fund it with ETH testnet tokens.
- Feed the Mammoth: Tap the mammoth to participate in the hash game. The player with the lowest hash wins the round.
- An EVM compatible wallet
- Testnet tokens for this G2 testnet chain
- Smart Contract: Deployed on Conduit G2 Testnet
- Explorer: View Transactions
- Game Mechanics: Players generate hashes and the lowest hash wins
- Leaderboard: Displays top players based on best hash scores
To deploy the front-end, follow these steps:
- Navigate to the front-end directory:
cd front-end
- Install dependencies:
npm install
- Start the development server:
npm run dev
- For production deployment, build the project:
npm run build
This project was developed as part of the Celestia Hackathon in Feb. 2025.