get_started_guide
ActiveTool of io.github.UnityNodes/canton-ccpedia
Generate a personalized Canton Network developer onboarding/quickstart path. Use when a developer asks how to start building, build a dApp, or develop on Canton specifically. Canton-only — do not use for onboarding to other chains or tools. Ask the user's background first (EVM, Solana, Sui/Move, Web, Enterprise, or New to Blockchain). Prefer this over 'search' for 'how to build / get started on Canton'; use get_faq for a single specific gotcha and get_api_reference for API details.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"background"
],
"properties": {
"background": {
"enum": [
"evm",
"solana",
"sui_move",
"web_dev",
"enterprise",
"new_to_blockchain"
],
"type": "string",
"description": "Developer's primary background. Ask the user to select this before proceeding."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries