Loading video player...
In this video, I build a fully functional "On-Chain Riddle Terminal." The game presents riddles stored on the Ethereum blockchain, hashes user answers for privacy, and uses a serverless bot to automatically rotate to the next level upon a correct submission. We cover the full stack: Smart Contracts (Hardhat), Frontend (React/Wagmi), and Backend Automation (Netlify Functions). š GET THE BUILD PLAN & CODE: Follow me on X/Twitter ( https://x.com/alphastack1 ) and DM me. I will send you the direct link to the Build Plan document used in this video. IN THIS VIDEO: - Smart Contract logic for hashing answers on-chain - Setting up a "Rotating RPC" list for reliability - Building the React Frontend with Wagmi & Tailwind - coding a Netlify Function (The Bot) to update riddles automatically - Deploying to Sepolia Testnet THE TECH STACK: - Frontend: React + Vite + Tailwind CSS - Blockchain: Solidity + Hardhat (Sepolia Testnet) - Web3 Connection: Wagmi - Infrastructure: Netlify (Hosting & Functions) TIMESTAMPS: 0:00 - Demo: The On-Chain Riddle Terminal 1:09 - Netlify & GitHub Setup 3:20 - Project Scaffolding & Dependencies 4:42 - The "Rotating RPC" Trick 6:05 - Hardhat Setup & Smart Contract Logic 10:55 - Hashing Answers (Privacy Script) 12:13 - The Bot: Netlify Functions Logic 13:40 - Frontend Architecture (Wagmi & Components) 16:00 - generating Riddles & Deployment 18:30 - pushing to Netlify & Env Variables #Web3 #Solidity #React #CodingTutorial