Skip to content

Canton Network · TypeScript

Canton from Node with one SDK surface

TypeScript client for Canton Ledger JSON API, Validator API, and Scan API — OAuth2, typed operations, and workflow utilities.

Three API clients

Ledger JSON API v2, Validator API, and Scan API — generated types plus helpers where it matters.

Unified entry point

`Canton` exposes `ledger`, `validator`, and `scan` with shared config, auth, and party context.

Utilities beyond REST

Party onboarding, Amulet transfer flows, external signing, traffic, mining rounds, and fee parsers.

Install

Node.js 22+

npm install @fairmint/canton-node-sdk

Longer examples and repo scripts: Examples · Wiki