Install @galliun/sdk from npm. The SDK depends on @galliun/shared types internally — you do not need to install shared separately for typical usage.

npm

npm install @galliun/sdk

pnpm

pnpm add @galliun/sdk

bun

bun add @galliun/sdk

Requirements

TypeScript

The SDK ships with TypeScript declarations. Enable "moduleResolution": "bundler" or "node16" in your tsconfig.json for best compatibility.

Monorepo development

If you are developing inside the Galliun monorepo:

bun add @galliun/sdk@workspace:*

Build shared packages first:

bun run build:packages

Common mistakes

Next step

Quickstart — call your first paid endpoint