Dino Run Onchain is now live on Base! š¦ Iāve launched my second app for Base, built specifically for the guide available on my Telegram channel. Old-school arcade vibes with a modern onchain twist: š° Entry fee - just 1 cent (0.000004 ETH) š Fully onchain global leaderboard š¹ Jump, survive, and claim the #1 spot! Test your reaction time right now. Letās go! š https://base.app/app/new-dino-game-base.vercel.app
- 0 replies
- 0 recasts
- 2 reactions
Fixed the check-ins bug! The app is now 95% ready Context for crypto devs building on Base / Farcaster: Initially my app inside Farcaster was stuck on a loading screen. After some digging, the fix was adding a vercel.json file and setting an API_KEY in Vercel (was told to temporarily use ātestā) That fixed the app load, but all check-ins broke and previous ones showed as zero, even though the site itself worked. > Root cause OnchainKit uses this API key to connect to Base via Coinbase RPC. With an invalid key, the app couldnāt read data from the smart contract, so all check-ins appeared as 0 despite being correctly stored onchain. > Fix Created a real API key in the Coinbase Developer Portal and added it to Vercel. Important detail: itās the Client API Key (public, meant for frontend) > Current blocker I canāt more log into Base Dev. After entering the email code, it just infinite-loads Rate my app! @base.base.eth @jesse.base.eth
- 0 replies
- 1 recast
- 5 reactions
Built my first app on Base š·š¼ Wrapping up this small challenge where since Jan 9 I was sharing how I built an app from scratch. In practice, itās a simple onchain habit tracker I canāt really code, so the whole build was done with AI From idea to a working version took ~20 hours over 10 days The hardest part wasnāt the code, but the integrations: ⢠Base app ⢠Farcaster mini-app ⢠wallet + account linking Deployed the smart contract via Remix, shipped the site with GitHub + Vercel. What started as ~200 lines of code turned into ~1600 with UX and mobile support. Why I did it: - to understand how Base / mini-apps actually work - to get on the radar as a dev - to maybe build something bigger in the future The app is still very raw, some check-ins broke, but: transactions work, users are counted - so itās alive If this gets some traction, Iāll drop a step-by-step guide on how to build your own app from scratch. For now: throw the Base docs into an AI and just start building.
- 2 replies
- 2 recasts
- 5 reactions