> ## Documentation Index
> Fetch the complete documentation index at: https://docs.walletconnect.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

Install Wallet SDK using npm or yarn.

<CodeGroup>
  ```bash npm theme={null}
  npm install @reown/walletkit @walletconnect/utils @walletconnect/core
  ```

  ```bash Yarn theme={null}
  yarn add @reown/walletkit @walletconnect/utils @walletconnect/core
  ```

  ```bash Bun theme={null}
  bun add @reown/walletkit @walletconnect/utils @walletconnect/core
  ```

  ```bash pnpm theme={null}
  pnpm add @reown/walletkit @walletconnect/utils @walletconnect/core
  ```
</CodeGroup>

## 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.
