A React hooks library for Ethereum development that's now on v3 with some smart breaking changes. The hooks are clean (useAccount, useReadContract, useWriteContract) and they moved connectors to a separate package to keep dependencies lean. Built on TanStack Query, so you get proper caching and refetching behavior. The type inference with ABIs is excellent if you remember the "as const" annotation. One thing that trips people up is the migration from v2: useContractRead is now useReadContract, and connectors come from useConnectors() instead of useConnect(). If you're building a React or Next.js app that talks to EVM chains, this is the standard. For Node scripts or backend work, skip this and use viem directly.
npx skills add https://github.com/0xsardius/onchain-typescript-skills --skill wagmi