-
Notifications
You must be signed in to change notification settings - Fork 0
Home
HardlyDifficult edited this page Jul 17, 2026
·
7 revisions
@fairmint/canton-node-sdk is the low-level public TypeScript SDK for Canton Ledger JSON,
Validator, and Scan APIs.
- Getting started covers installation, the unified client, and configuration.
- Features maps the three API clients and higher-level helpers.
- Examples points to maintained runnable flows.
- External signing explains the prepare-sign-submit custody boundary.
- LocalNet testing covers the published launcher and repository integration path.
- Reference links each subsystem to current source and types.
The supported package surface is src/index.ts.
Use this wiki for narrative; use the installed declarations, generated-client source, examples, and
tests for exact methods, request shapes, and error behavior.
npm install @fairmint/canton-node-sdkThe package requires Node.js 22 or newer and is published under the MIT license.