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

# Installation

Install the SDK from the distributed tarball:

<CodeGroup>
  ```bash npm theme={null}
  npm i @cantor8/wallet-connect-sdk
  ```

  ```bash yarn theme={null}
  yarn add @cantor8/wallet-connect-sdk
  ```

  ```bash pnpm theme={null}
  pnpm add @cantor8/wallet-connect-sdk
  ```
</CodeGroup>

<Note>
  The SDK is currently distributed as a `.tgz` package. Place the file in your project root (or reference it by path) before installing.
</Note>

## Requirements

* Modern browser with `window.postMessage` support
* A dApp served over HTTPS (or `localhost` for development)
