canton-network-repos
仓库创建 2026年6月24日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
对维护 Canton 生态的工程师有价值,帮助定位协议与包版本差异。
这个 Skill 做什么
整理 Canton/Splice/DAML 仓库层级与版本映射,便于调试兼容性问题。
把 Splice、Canton、DAML SDK 等仓库的层级和版本对应关系整理清楚,方便排查兼容性、LF 版本和 package ID 问题。适用于调试 Canton Network 参与者、DAML 合约或 Splice 应用时查看依赖链。特点是把各仓库和协议差异可视化,省去人工比对版本的麻烦。
▸ 展开 SKILL.md 英文原文
Use when working with Canton Network participants, DAML smart contracts, Splice applications, or debugging LF version and package ID issues.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0xbigboss--claude-code--canton-network-repos/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0xbigboss--claude-code--canton-network-repos/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Canton Network Repositories ## Repository Hierarchy ``` Splice (e.g., 0.5.4) github.com/digital-asset/decentralized-canton-sync └─ depends on Canton (e.g., 3.4.9) github.com/digital-asset/canton └─ depends on DAML SDK (e.g., 3.4.9) github.com/digital-asset/daml ``` ## Version Mapping | Splice | Canton | DAML SDK | Protocol | LF Default | LF Available | |--------|--------|----------|----------|------------|--------------| | 0.5.4 | 3.4.9 | 3.4.9 | PV34 | 2.1* | 2.2 (verified) | | 0.5.3 | 3.4.8 | 3.4.8 | PV34 | 2.1* | 2.2 | | 0.4.x | 3.3.x | 3.3.x | PV33 | 2.1 | 2.1 | *Open-source Splice 0.5.4 ships with SDK snapshot `3.3.0-sna
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有