Installation

Quick Setup

It is recommended to set up your wagmi app using the create-wagmi command line interface (CLI). This will set up a new wagmi app using TypeScript and install the required dependencies:

npm init wagmi

Manual Setup

npm i wagmi ethers

Last updated