Learning path

A structured reading order from basics to development. Each step links to official sources where available.

Learning path summary

  • Step 1–2: network fundamentals and Canton Coin (CC) tokenomics.
  • Step 3–4: privacy model and DAML smart contract basics.
  • Step 5–7: token standard, building on Canton, and CIP governance.

Developer docs knowledge base

Use the bilingual Canton developer knowledge base for source-linked notes, RAG chunks, and a curated path into the official docs.

Open developer docs

Learning FAQ

Do I need blockchain experience before Canton?
Helpful but not required. The path starts with network concepts, then DAML and deployment. Ethereum developers may use the “Canton for Blockchain Developers” docs in the knowledge base.
Where are the official developer docs?
Primary source: docs.canton.network. This site mirrors selected pages in English and Chinese under Docs → Canton developer docs.
What language are smart contracts written in?
DAML — a domain-specific language for multi-party agreements. Templates, choices, parties, and signatories are core concepts covered in step 4.