@rhea-finance/crosschain-sdk
v0.1.1
Published
On-demand entry points for RHEA cross-chain Perps, Swap, and Lending SDKs.
Downloads
390
Readme
@rhea-finance/crosschain-sdk
Lightweight entry points for the RHEA Perps, Swap Aggregation, and Lending SDKs.
Installation
pnpm add @rhea-finance/crosschain-sdkOn-demand imports
import { PerpsClient } from "@rhea-finance/crosschain-sdk/perps";
import { SwapClient } from "@rhea-finance/crosschain-sdk/aggregation";
import { batchViews } from "@rhea-finance/crosschain-sdk/lending";Each entry point is built independently and keeps its upstream SDK external. Importing one subpath does not add the other two SDKs to your application bundle.
