Skip to content
Mailing Lists/Seeking champion for already working open-source Canton Explorer [+ DAML Debugger]Source on lists.sync.global ↗

Seeking champion for already working open-source Canton Explorer [+ DAML Debugger]

grants-discuss1 messagesstarted 17-07-2026
Also mentions:CIP-0056CIP-0112
  1. #1distrohelena@gmail.com17-07-2026source ↗
    Hello!
    I'm Helena, I've worked in production on Canton for the past 2 years, and with my knowledge I used agents to build a few projects that are already running and open-source.
     
    github.com/distrohelena/canton-typescript-sdk - A TypeScript SDK, with utilities for cryptography, creation of all types of topologies easily, all functions implemented in both JSON and gRPC. It also includes a DAML-LF parser, and debugger/replay/re-execution engine.
     
    https://github.com/distrohelena/canton-explorer - A Canton Explorer, that connects to your PQS nodes and/or gRPC. It shows:
    - Parties, Active Parties
    - Namespaces
    - Updates Per Node
    - Status of Each Node (installed packages, connected synchronizers, all components, health status).
    - Contracts
    - Tokens (CIP-0056 and CIP-0112)
    - Advanced filtering on every featured list
    SDK has support for editing variables and re-running the operation to see "what would happen" if a value was different, what events would be emitted (but that's not implemented on explorer yet).
     
    A demo of it is currently running here: https://canton.sweetsquare.io/ (it's slow as it's a Droplet on DigitalOcean tailscaled to my localnet nodes on my local machine).
     
    I've developed this out of research and giving visibility to myself for the development and maintaining of nodes and contracts. I'm seeking a grant to keep adding features and maintain both the SDK and the explorer. I have different grants PRs on Github
     
    Thanks for the visibility!