> For the complete documentation index, see [llms.txt](https://docs.dcaf.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dcaf.so/products/drip/typescript-guides.md).

# Typescript Guides

### Installation&#x20;

The Drip Program SDK is hosted on [NPM](https://www.npmjs.com/package/@dcaf-labs/drip-sdk).&#x20;

```bash
npm i @dcaf-labs/drip-sdk
# or with yarn
yarn add @dcaf-labs/drip-sdk
```

The Drip Backend API SDK is hosted on [NPM](https://www.npmjs.com/package/@dcaf-labs/drip-ts).

```bash
npm i @dcaf-labs/drip-ts
# or with yarn
yarn add @dcaf-labs/drip-ts
```
