Building a Buzzfeed-Style Quiz App with Next.js and OnchainKitThis tutorial walks you through a the code for a Warpcast frame that implements a Buzzfeed-style quiz using Coinbase's OnchainKit, dynamic Open Graph (OG) images, and robust API routes. The code for the frame can be found in this github repository Pr...Jan 13, 2025·4 min read
Getting Started With PaymasterCoinbase Paymaster is a service that helps you pay for transaction fees (aka "gas fees") when using decentralized apps (dApps) on different blockchain networks. It's super helpful for new users who want to try out dApps without having to buy addition...Aug 24, 2024·6 min read
Solidity Development IThis guide is to help enthusiasts in the blockchain ecosystem learn all about solidity development. Prerequisites; What is Base. What is Solidity. What are Smart contracts. Writing a Simple Storage smart contract. Deployment on Base RPC. In th...Aug 24, 2024·10 min read
Building Farcaster Frames 101Farcaster, the SocialFi, offers opportunities for developers to deliver unique user experience, in the feeds of the users. This is done by building a frame to deliver your application This tutorial is a walkthrough of this A Frame in 100 lines (or le...Aug 15, 2024·6 min read
What is new in the latest update of Onchain KitIt is with a lot of excitement that we share with you that our favorite web3 app development tool has received a significant update, packed with innovative features that enhance its capabilities and user experience. This latest release is a testament...Aug 11, 2024·2 min read
Adding Smart Wallet to an existing applicationSmart Wallet allows users to create an account in seconds without needing an app or extension. This is achieved through the use of passkeys for signing in. These passkeys are generated and securely stored on users' devices. Additionally, if users hav...Aug 4, 2024·4 min read
Create A Whitelisting ApplicationMany projects, whether it is for an NFT mint or for an airdrop for a token offering, whitelisting of approved wallet addresses is employed. We are going to create an application that whitelists connected wallets. The Smart Contract To start go to thi...Jul 20, 2024·8 min read