Skip to content

Examples

HardlyDifficult edited this page Jul 17, 2026 · 4 revisions

Examples

Maintained scripts under examples are the shortest end-to-end reference:

npx tsx examples/canton-quickstart.ts
npx tsx examples/localnet-with-oauth2.ts
npx tsx examples/create-party.ts alice 10
npx tsx examples/transfer-amulets.ts RECEIVER_PARTY_ID 5
npx tsx examples/external-signing.ts
npx tsx examples/scan-traffic-status.ts

Run examples only where the configured identity is authorized for the demonstrated operation. For production-shaped behavior, continue into the integration tests.

Clone this wiki locally