Loading video player...
In this tutorial, I walk you through building a fully working gasless crypto wallet app using Next.js (App Router), Clerk for auth, and the Chipi SDK ā from zero to a working wallet. Whether you're a Web2 developer exploring crypto for the first time or a Web3 dev looking for a cleaner stack, this is your starting point. š§ What we build: ā Sign in / Sign up with Clerk ā Create a wallet with passkey (WebAuthn) ā View wallet address & USDC balance ā Send USDC gaslessly to any address ā Transaction history & status tracking ā Receive funds via address + QR code ā Add passkeys šŖ Hooks covered: useCreateWallet Ā· useGetWallet Ā· useChipiWallet Ā· useGetTokenBalance useTransfer Ā· useGetTransactionList Ā· useGetTransactionStatus Ā· š” Use case ideas shown: - Personal finance dashboard for crypto savings - Simple payment app for small businesses - Remittance app for sending money to family abroad š Docs followed: https://docs.chipipay.com/sdk/nextjs/gasless-quickstart https://docs.chipipay.com/sdk/nextjs/gasless-clerk-setup https://docs.chipipay.com/sdk/nextjs/hooks/use-create-wallet https://docs.chipipay.com/sdk/nextjs/use-passkeys https://docs.chipipay.com/sdk/nextjs/hooks/use-transfer https://docs.chipipay.com/sdk/nextjs/hooks/use-get-transaction-list https://docs.chipipay.com/sdk/nextjs/hooks/use-get-transaction-status #chipiPay #nextjs #clerk #web3 #crypto #webdev #blockchain #tutorial #gasless #passkeys