In this episode of Stablecoin 101, Elton Tay from the Developer Relations team shows you how to send your first USDC transaction in code on Ethereum Sepolia using React, TypeScript, and Viem.
🔎 What you’ll learn:
- Set up a React + TypeScript project with Vite and Viem
- Connect your wallet with MetaMask
- Import the USDC ERC-20 contract on Ethereum Sepolia
- Encode and send a USDC transfer transaction
- Wait for confirmation and view the receipt in your app (and on Etherscan)