Skip to main content

Installation

Install the client package in your app:

npm install @liquidium/client

Use npm install @liquidium/client@rc when integrating against the current 0.5 release candidate. Untagged installs resolve to the latest stable release.

For local development in this repository:

git clone https://github.com/Liquidium-Inc/liquidium-sdk.git
cd liquidium-sdk
pnpm install
pnpm run build
pnpm run typecheck
pnpm run test

Runtime Support

Use the SDK in browser apps and modern TypeScript runtimes.

RequirementNotes
Node.js20+ for this repository
pnpm11+ for local development
Browserfetch, BigInt, and ESM support