> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-generated-references-json-api-reference-up.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Download

> Install the dApp SDK from npm

Install the SDK with your package manager of choice:

**npm:**

```shell theme={"theme":{"light":"github-light","dark":"github-dark"}}
npm install @canton-network/dapp-sdk
```

**yarn:**

```shell theme={"theme":{"light":"github-light","dark":"github-dark"}}
yarn add @canton-network/dapp-sdk
```

**pnpm:**

```shell theme={"theme":{"light":"github-light","dark":"github-dark"}}
pnpm add @canton-network/dapp-sdk
```
