Skip to content
Documentation/canton-network-docs/SDKsWallet SDKView on canton-network-docs
canton-network-docs/SDKsWallet SDK

Overview

The Wallet SDK provides TypeScript libraries for interacting with the Canton Network via the Ledger API. The Wallet SDK makes common patterns which wallets and exchanges will commonly use much easier to implment; patterns such as party creation, making token standard transfers and reading data. The SDK is designed for wallet providers, exchanges, and application developers who need to interact with Canton Network tokens and manage external party wallets.

What the SDK provides

  • Transaction preparation — Build and sign Canton Network transaction using the Token Standard.
  • Token Standard client — Interact with the Canton Network Token Standard APIs.
  • Transaction history parsing — Parse ledger updates into structured deposit/withdrawal records.
  • Configuration management — Connect to different environments (LocalNet, DevNet, TestNet, MainNet).
  • External signing support — Prepare transactions for external party signing workflows.

Quickstart

Ready to build? The Quickstart walks through installing the SDK and configuring it.