Build on Canton Network
Everything you need to build institutional-grade decentralized applications — smart contracts, APIs, token standards, wallets, grants, and more.
Choose your path
Highlight the sections most relevant to your goal
01Environment & architecture
Getting Started
5 resources
A virtual global ledger built from many private sub-ledgers connected through synchronizers, with selective data visibility enforced at the smart-contract level.
Validators, synchronizers, the Global Synchronizer, subnets, and Canton Coin — the building blocks of the network-of-networks.
Install Docker Desktop, the Daml SDK, and the Canton Quickstart to run a full local network on your machine.
The decentralized service enabling atomic settlement across all subnetworks. Splice is its open-source implementation.
Fork the Quickstart, explore multi-party workflow demos, and deploy your first Canton application on LocalNet.
02Smart contracts & token standards
Build on Canton
5 resources
Daml is a Haskell-based smart-contract language where state is expressed as contracts with privacy enforced via signatories and observers — not global state at addresses.
Canton's equivalent of ERC-20 but upgraded for regulated institutions — standardizing holding queries, privacy-preserving transfers, and atomic DvP settlement.
Canton apps layer Daml contracts, a backend application provider, a user interface, and participant nodes — with composable pre-built modules.
Progress from LocalNet sandbox through DevNet and TestNet before deploying to the invite-only production MainNet.
The ecosystem supports enterprise self-custody, full custody, retail, and hardware wallets — all interoperable via CIP-56 and the Wallet SDK.
03SDKs, APIs & infrastructure
Developer Tools
5 resources
Six Canton APIs: Validator Ledger API, Scan API, Validator API, CIP-56 Token Standard API, dApp API, and JSON API — with client libraries in Go, Python, and TypeScript.
Quickstart make commands, Daml Shell for interactive ledger inspection, and a full Grafana/Prometheus/Loki stack at http://localhost:3030.
Digital Asset's Wallet SDK simplifies CIP-56 integration: balances, history, allowances, delegated transfers, and BYOV (Bring Your Own Validator).
The Participant Query Store (PQS) streams ledger events into PostgreSQL for efficient off-chain queries using standard SQL.
Verified providers offering validator hosting, indexer services, and development tooling to simplify Canton deployment.
04Protocol Development Fund & hackathons
Grants & Funding
3 resources
Canton Foundation-administered fund supporting core R&D, developer tooling, reference implementations, and DeFi infrastructure — allocated quarterly in Canton Coin.
A structured program (Oct 2025 – Mar 2026) combining Learn & Earn quests, an ideathon with challenge tracks, and a mentorship phase — with prizes and free Daml certification.
Submit a grant proposal via GitHub pull request to the canton-dev-fund repository and track progress through the quarterly Tech & Ops Committee review.
05Repositories, CIPs & contributions
GitHub & Open Source
3 resources
Five key repositories for Canton developers: protocol source, Quickstart scaffold, Splice synchronizer components, CIPs, and the development fund.
Browse open CIP proposals and pull requests across core repos to join technical discussions and contribute protocol improvements.
The Quickstart applications/ directory contains sample multi-party workflow apps. Each repo ships a CONTRIBUTING.md with PR guidelines.
06Learning paths & build guides
Tutorials & Courses
4 resources
A step-by-step program running Oct 2025 – Mar 2026 combining learn-and-earn quests, an ideathon, and a mentorship phase.
Four levels of official certification: Daml Philosophy, Fundamentals, Contract Developer, and Technical Solution Architect.
Official Quickstart tutorials covering local setup, Daml package upload, party allocation, codegen, scripting, observability, and DevNet deployment.
The Canton blog, Digital Asset YouTube, and community blogs (Unistory, CertiK, OpenZeppelin) publish tutorials, security research, and architecture deep dives.
07Production deployments & build ideas
Real Apps & Use Cases
4 resources
In December 2025 Tradeweb executed on-chain US Treasury repo transactions on Canton using CIP-56, demonstrating regulated atomic settlement at institutional scale.
Built by Obsidian Systems, CantonSwap executed the first atomic swap between Canton Coin and CBTC using CIP-56's two-step offer-accept transfer protocol.
Reference patterns showing how CIP-56 tokens, wallets, application providers, validators, and synchronizers interact in production Canton deployments.
Suggested application categories: RWA tokens, institutional repo markets, interest rate swaps, cross-chain bridges, and regulated stablecoin payment systems.
08Forum, Discord & contributor ecosystem
Community & Support
4 resources
The official Canton Forum is the primary place for technical Q&A, governance discussions, CIP proposals, and development updates.
Real-time community chat on Discord for developer support and Telegram for updates and networking.
Contribute through CIP proposals, code contributions to open-source repos, working groups, and hackathon participation.
Get help through the Forum, Discord, GitHub Issues, or the Digital Asset support portal for production-level issues.
09Smart contract safety & threat modeling
Security
5 resources
Daml introduces unique bug classes: conservation violations, arithmetic faults, temporal assumptions, and non-deterministic query ordering — each requiring specific mitigations.
Daml enforces role-based signatory and observer permissions. External identity providers issue OAuth tokens that the ledger validates on every action.
Canton's back-door security: participant-level encryption means even synchronizer operators cannot read transaction content, and a non-repudiation layer prevents tampering.
Run validators in hardened environments, use HSMs or FROST threshold signatures for key management, and enforce OIDC with fixed egress IPs.
Canton's multi-party workflows and selective data visibility require a unique threat-modeling framework covering cross-domain data flows and regulated privacy boundaries.
Resource Index
All curated links in one place