Installation
Install WalletKit using npm or yarn.
- npm
- Yarn
- Bun
- pnpm
npm install @walletconnect/web3wallet
yarn add @walletconnect/web3wallet
bun add @walletconnect/web3wallet
pnpm add @walletconnect/web3wallet
Next Steps
Now that you've installed WalletKit, you're ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.
Was this helpful?