Installation
Install @left-curve/sdk from your package manager. Node 20 or later is required.
Install
npm install @left-curve/sdk
Sub-packages
@left-curve/sdk re-exports the most-used pieces of its sibling packages. Install a sub-package directly only when you want a smaller bundle or you need a symbol that the main entry does not re-export.
pnpm add @left-curve/crypto
pnpm add @left-curve/encoding
pnpm add @left-curve/types
pnpm add @left-curve/utilsSee Concepts: Packages for the full split.
TypeScript
Strict mode must be on:
{
"compilerOptions": {
"strict": true,
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler"
}
}Next
- First Call — call
queryStatusagainst testnet - Project Setup — wire up signers and chain configs