Dcaf Labs
  • 🚦Official Links and Notes
  • ☕Products
    • 💧Drip
      • 📚Programming Model
        • Vault Proto Config
        • Vault
        • Vault Period
        • Position
      • 📺Web Guide
        • Deposit
        • Withdraw
      • 💻Typescript Guides
        • Deposit
        • Drip
          • Orca Whirlpools
          • SPL Token Swap
        • Withdraw
      • 🦀Rust Guides
      • 💵Fee Structure
Powered by GitBook
On this page

Was this helpful?

  1. Products
  2. Drip

Typescript Guides

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

PreviousWithdrawNextDeposit

Last updated 2 years ago

Was this helpful?

Installation

The Drip Program SDK is hosted on .

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

The Drip Backend API SDK is hosted on .

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

☕
💧
💻
NPM
NPM