canton-network-docs/SDKsWallet SDK
Quickstart
Prerequisites
- Node.js (v18+)
- A running Canton validator node (either self-hosted or via a node-as-a-service provider). Any network validator can be used — Splice LocalNet is convenient for development and testing, but DevNet, TestNet, or MainNet validators work as well.
Installation
The Wallet SDK is available as a package on the NPM registry. You can install it using your preferred package manager.- npm
- yarn
- pnpm
- npm
- yarn
- pnpm
Configuration
The SDK requires configuration for authentication, ledger access, and token standard connectivity. For local development against a Splice LocalNet, you can use the built-in defaults:Next steps
- Guides — See how to create external parties, read data, signing transactions, and more
- Using the SDK: Configuration — configure the SDK for other environments