Skip to content

Glossary

wagmi

A React hooks library for Ethereum — the most-used frontend toolkit for connecting wallets, reading contracts, and signing transactions in modern dApps.

wagmi (pronounced "wag-mee", short for "We're All Gonna Make It") is a React hooks library wrapping viem and the WalletConnect / EIP-1193 wallet ecosystem. useAccount, useReadContract, useSimulateContract, useWriteContract cover the typical dApp surface in just a few hooks.

wagmi has become the default frontend toolkit for modern Ethereum dApps, displacing earlier libraries like web3-react. The Wagmi core (framework-agnostic) ships separately for non-React projects; Solid, Vue, and Svelte variants also exist.