Case Study - Real-time Web3 rankings for gaming
Blockchain leaderboard dashboard for NetherakDemons game with Web3 authentication and live rankings.
- Client
- Netherak Leaderboard
- Year
- Service
- Web3 development
Overview
Blockchain games need to display rankings transparently and verifiably. Netherak Leaderboard connects directly with Somnia network to obtain on-chain stored player statistics and presents them in an attractive visual dashboard.
The application allows players to connect their wallets to see their position highlighted in the ranking, creating engagement and competition within the community.
What we did
- React 19
- TypeScript
- Wagmi
- Sequence SDK
- Vite
- AWS Lambda
- Ranking metrics
- 2
- Players shown
- Top 10
- Blockchain
- Somnia
- Real-time data
- Live
Web3 authentication
Sequence SDK handles wallet connection with support for MetaMask, WalletConnect, and Coinbase Wallet. The system automatically detects if the connected user appears in the ranking and highlights their position.
Integration with Wagmi manages connection state and allows switching between networks (Somnia mainnet and testnet) transparently.
Data architecture
The AWS Lambda backend processes blockchain-stored statistics and exposes them via API. The frontend uses React Query to cache and refresh data, handling automatic pagination when there are many players.
Netherak NFT contracts allow querying balances and ownership, integrating player identity with their in-game assets.