Pitaka | Docs
Search
K

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
yarn
npm init wagmi
yarn create wagmi

Manual Setup

npm
yarn
npm i wagmi ethers
yarn add wagmi ethers