Pitaka | Docs
Search
K

Installation

Obtain Project ID

Head over to WalletConnect Cloud to sign in or sign up. Create (or use an existing) project and copy its associated project id. We will need this in a later step.

Install Packages

Install the WalletConnect client package.
INFO
For additional type packages, refer to WalletConnect's TypeScript Guide.
For platform-specific instructions, refer to WalletConnect's React Native and Node.js guides.
npm
yarn
npm install @walletconnect/sign-client @web3modal/standalone
yarn add @walletconnect/sign-client @web3modal/standalone

Import

import SignClient from "@walletconnect/sign-client";
import { Web3Modal } from "@web3modal/standalone";