Installation
Install the DFlow SDK in your project
Installation
Install the DFlow SDK using your preferred package manager.
Requirements
- Node.js 18 or higher
- TypeScript 5.0+ (recommended)
Peer Dependencies
The SDK uses Solana libraries internally. If you need to interact with the Solana blockchain directly (signing transactions, reading positions), you may want to install:
These packages are included as dependencies in the SDK, but you may want to install them explicitly for type definitions and direct usage.
Verify Installation
Create a simple test file to verify the installation:
Run it:
Next Steps
Once installed, head to the Quickstart guide to make your first API calls.