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.
| Requirement | Notes |
|---|---|
| Node.js | 20+ for this repository |
| pnpm | 11+ for local development |
| Browser | fetch, BigInt, and ESM support |