Installation
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 the WalletConnect client package.
INFO
npm
yarn
npm install @walletconnect/sign-client @web3modal/standalone
yarn add @walletconnect/sign-client @web3modal/standalone
import SignClient from "@walletconnect/sign-client";
import { Web3Modal } from "@web3modal/standalone";
Last modified 5mo ago