Loading...
Build blockchain apps and on-chain games
Ship real things: a tip jar dApp, an NFT minter, an on-chain tic-tac-toe game, a prediction market frontend. Uses Next.js + wagmi + viem for the frontend, Hardhat + OpenZeppelin for the contracts.
A contract that accepts ETH, emits an event on each tip, and lets the owner withdraw. ~30 lines of Solidity.
Two players, 9 squares, turn-based. Every move is a tx. Who needs a server?
wagmi is React Query for on-chain state. Hooks give you balances, reads, writes — with all the hard caching done for you.