canton-docs
Installation
SKILL.md
Canton Network Developer Docs (Full Reference Mirror)
This skill vendors the prose Canton Network documentation as .mdx files plus the
real Daml code under snippets/daml-docs/, so an AI agent has authoritative, offline
access to the detail it needs to build on Canton. Every other canton-* skill cites
files inside this folder (paths like ../canton-docs/<product>/<page>.mdx).
Excluded to keep the mirror lean: the auto-generated gRPC/OpenAPI/Protobuf API reference, the Daml standard-library reference dump, and binary images. For those, see the live docs at https://docs.digitalasset.com / the Mintlify
docs.jsonmap vendored here, or generate from the source repos noted on each page.
How to use this skill
- Find the topic in the map below (or
grepthe folder). - Open the referenced
.mdxdirectly — it is full prose. Daml code blocks referenced asimport … from "/snippets/daml-docs/<file>.mdx"live undersnippets/daml-docs/. - For task-shaped work ("write a Daml template", "read the ACS over the JSON API"),
pair this with the focused skill (e.g.
canton-daml-templates,canton-json-api).