From e7c0b4081c2762f9e2175c6b8107ece20c308ab3 Mon Sep 17 00:00:00 2001 From: Asapov <137000528+asapov01@users.noreply.github.com> Date: Sat, 13 Jun 2026 01:17:36 +0300 Subject: [PATCH] Add CantonHub and CCPedia by Unity Nodes to tools.json - CantonHub: Getting Started - Canton ecosystem resource hub in four sections - CCPedia: AI Tools - knowledge base with MCP server, REST API, llms.txt Signed-off-by: Asapov <137000528+asapov01@users.noreply.github.com> --- Github Page/tools.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Github Page/tools.json b/Github Page/tools.json index 21922b2..9d24906 100644 --- a/Github Page/tools.json +++ b/Github Page/tools.json @@ -35,6 +35,18 @@ "daml_sdk_version": null, "maintained_by": "Community" }, + { + "name": "CantonHub", + "maker": "Unity Nodes", + "type": "partner", + "category": "Getting Started", + "desc": "Canton ecosystem resource hub in four sections - Education, Developers, Validator, Community. Covering docs, guides, tools, articles, videos, recorded recaps and more.", + "links": [ + { "label": "unityhub.dev/canton", "url": "https://unityhub.dev/canton" } + ], + "daml_sdk_version": null, + "maintained_by": "Unity Nodes" + }, { "name": "DPM: Daml Package Manager", "maker": "Digital Asset", @@ -120,6 +132,19 @@ "daml_sdk_version": null, "maintained_by": "Tenzro" }, + { + "name": "CCPedia", + "maker": "Unity Nodes", + "type": "partner", + "category": "AI Tools", + "desc": "AI-accessible knowledge base over the Canton ecosystem - CIPs, forum, GitHub, Dev Fund proposals, docs, blog, videos and more. Three AI endpoints: MCP server, REST API, llms.txt. Plus web UI for human research.", + "links": [ + { "label": "ccpedia.xyz", "url": "https://ccpedia.xyz" }, + { "label": "AI integrations", "url": "https://ccpedia.xyz/for-ai" } + ], + "daml_sdk_version": null, + "maintained_by": "Unity Nodes" + }, { "name": "Canton LocalNet (cn-quickstart)", "maker": "Digital Asset / Canton Foundation",