Skip to Content
๐ŸŒ Web3๐Ÿ“– EVM๐Ÿ“ฑ DApp (EVM)๐Ÿ“ฑ DApp (EVM)

๐Ÿ“ฑ DApp (EVM)

Building a dApp on the EVM means connecting a frontend (React, Next.js, etc.) to wallets and smart contracts. This section covers two popular stacks: Scaffold-ETH 2 (all-in-one) and Wagmi + RainbowKit (modular).


๐ŸŽฏ What You Need

  • Wallet connection โ€” MetaMask, WalletConnect, Coinbase Wallet, etc.
  • Contract reads/writes โ€” Via ethersย  or viemย 
  • Chain switching โ€” Support Ethereum, Sepolia, Polygon, etc.
  • Account state โ€” Address, balance, network

๐Ÿ“– In This Section


๐Ÿ”— Generic DApp Topics

For chain-agnostic topics (wallets, IPFS, oracles), see the main Web3 section: Metamask, IPFS, Oracles.

Last updated on