> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-openapi-endpoint-history.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={null}
npm install @canton-network/dapp-sdk
```

**yarn:**

```shell theme={null}
yarn add @canton-network/dapp-sdk
```

**pnpm:**

```shell theme={null}
pnpm add @canton-network/dapp-sdk
```
