SELECT LEVEL
CHOOSE YOUR BATTLEFIELD ยท PLACE YOUR BET ยท COMPETE ON-CHAIN
Prize Pool: โฌก0

COINS
000
EXP
0
LEVEL
1
TIME
000
LIVES
โ™ฅโ™ฅโ™ฅ
SCORE
000000
WORLD
1-1
TIME REMAINING
โ† โ†’
move
SPACE/โ†‘
jump
Z
fire
SHIFT
run
LEVEL CLEAR!
COINS: 0 | EXP GAINED: 0
TIME: 00:00
Total Prize Pool
โฌก 12,847
HBAR locked in contract
Active Players
1,293
247 playing right now
Levels Completed Today
8,491
+32% from yesterday
๐Ÿ† Global Leaderboard
#
Player
EXP
Best Time
Level
Prize Won
LIVE Currently Playing
๐Ÿ›’ Material Market
Trade minted materials, track rarity, and collect for NFT crafting.
๐ŸŽ’ Your Inventory
๐Ÿงฉ NFT Forge
โ›“ SMART CONTRACTS
Deployed on Hedera EVM for gameplay, subscriptions, verification, and rewards
DaveChainGame.sol
contracts/DaveChainGame.sol
Main game contract. Handles betting pools, level completion verification, prize distribution (95% winner / 5% fee), and EXP token minting.
โฌก EVM
DaveAIOracle.sol
contracts/DaveAIOracle.sol
Hedera oracle contract that verifies completion times, detects cheating via cryptographic proof-of-play, and calculates fairness scores.
โฌก HEDERA EVM
ExpToken.sol
contracts/ExpToken.sol
ERC-20 EXP token. Coins collected in-game mint EXP. EXP determines player rank, level unlock, and governance voting power.
โฌก EVM TOKEN
LevelRegistry.sol
contracts/LevelRegistry.sol
Stores all 10 level configurations for decentralized gameplay on the connected Hedera EVM stack.
โฌก HEDERA EVM
Deployment Info Download All Contracts
See the contracts/ folder for all Solidity source files.
See scripts/deploy.js for Hardhat deployment script.
See agent/oracle_agent.js for Hedera oracle service.

Run: npm install && npm run deploy:evm