-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cursor Agent edited this page Aug 12, 2026
·
54 revisions
@open-captable-protocol/canton is the high-level TypeScript SDK for Open Cap Table Protocol
contracts on Canton.
- Getting started covers installation, client ownership, and factory coordinates.
- Cap Table operations explains OCF-shaped reads and atomic updates.
- Architecture identifies the schema, contract, package, and test boundaries.
- Environment and observability covers runtime configuration and command evidence.
- ADRs records the durable batch and entity-registry decisions.
The supported package surface is the curated export list in
src/index.ts. Generated DAML
codecs and internal converters are not supported deep-import APIs. Use the wiki for narrative and
drill into current source, declaration tests, and integration tests for exact behavior.
npm install @open-captable-protocol/cantonThe repository is public under GPL-3.0-only. Package metadata and the repository LICENSE are the
authority for the distributed version.