Core SDK
Low-level, type-safe client for Blend API with Decimal.js precision and robust error handling.
Actions SDK
High-level deposit/withdraw/rebalance workflows built atop the core client, with cross‑chain routing.
Types
Shared domain and core TypeScript types used across the SDKs and apps.
Cross‑chain
Built‑in routes via LiFi (EVM) and Garden (Botanix/native BTC) with
ActionPlan
outputs.GitHub Monorepo
Source code, issues, and package directories for
@blend-money/sdk-core
, @blend-money/sdk-actions
, and @blend-money/sdk-types
.Packages
@blend-money/sdk-core
– Core HTTP client, modules (safe
,strategy
), Decimal.js utilities, cross‑chain adapters@blend-money/sdk-actions
– High‑level actions (deposit
,withdraw
,rebalance
) with LiFi and Garden routing@blend-money/sdk-types
– Centralized, strict TypeScript types (no runtime)
Install
- pnpm
- npm
- yarn
Quick example
All arithmetic should be modeled with Decimal.js at the edge; see package READMEs for examples and testing guidance.