A web3 game leaderboard that shows the $LC balances of players and allows them to transact.
You can view a live demo here: Web3 Leaderboard Challenge
(note that you need 50 + $LC to access the dashboard - drop me a message to get some)
- Dashboard showing current balance and rank for all players
- Add players using their wallet address
- Send funds to another player using your MetaMask wallet
This project relies on Web3.js for interacting with the ethereum blockchain.
Player data is stored in Supabase.
The demo of this project is hosted on Vercel.
Based on an example app by Late Checkout that connects to a MetaMask wallet with Web3.js and extracts the balance of different ERC20 tokens (blog post).