You're viewing a demo portfolio

Join the waitlist
PRSM

get_started_guide

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →
get_started_guide — io.github.UnityNodes/canton-ccpedia — PRSM MCP