💻Typescript Guides

This section will cover installing the SDK, going through the 3 major actions, and how to interact with them via the SDK.

Installation

The Drip Program SDK is hosted on NPM.

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

The Drip Backend API SDK is hosted on NPM.

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

Last updated