Smart Contract Smart Contracts 04: Deployment Deploy the InteractionLogger smart contract to a local Hardhat node and to Arbitrum Sepolia, verify it on Arbiscan, and interact with it via console and blockchain explorer.
Smart Contract Smart Contracts 03: Testing Write a complete TypeScript test suite for the InteractionLogger smart contract using Hardhat, Ethers, Mocha, and Chai - covering happy paths, emitted events, and custom error reverts.
Smart Contract Smart Contracts 02: Development Build the InteractionLogger smart contract from scratch in Solidity. Learn how to use structs, mappings, events, custom errors, and validation logic - section by section with full code and explanations.
Smart Contract Smart Contracts 01: Setup Install Node.js, VS Code and MetaMask, create a test wallet, get SepoliaETH, and bridge it to Arbitrum Sepolia - everything you need before writing your first smart contract.