From f171b7926f31f4274997f7988d6156a59655821d Mon Sep 17 00:00:00 2001 From: gyorgybalazsi Date: Wed, 1 Jul 2026 12:33:09 +0200 Subject: [PATCH] Add Canton Event Graph Toolkit to catalogue Adds a Data & Indexing entry for canton-toolbox: Rust tooling for the Canton Ledger API v2 that syncs and visualizes the ledger event graph (ACS + updates) in Neo4j. Built against Daml SDK 3.4.11. --- Github Page/tools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Github Page/tools.json b/Github Page/tools.json index e340d15..96deb12 100644 --- a/Github Page/tools.json +++ b/Github Page/tools.json @@ -327,6 +327,18 @@ "daml_sdk_version": null, "maintained_by": "CantonLoop" }, + { + "name": "Canton Event Graph Toolkit", + "maker": "Gyorgy Balazsi", + "type": "partner", + "category": "Data & Indexing", + "desc": "Rust tooling for the Canton Ledger API v2: stream ledger events, generate Rust types from DARs, and sync/visualize the Canton event graph (ACS + updates) in a Neo4j graph.", + "links": [ + { "label": "Repo", "url": "https://github.com/gyorgybalazsi/canton-toolbox" } + ], + "daml_sdk_version": "3.4.11", + "maintained_by": "Gyorgy Balazsi" + }, { "name": "Find Canton Wallets", "maker": "Canton Ecosystem",