Proposal: Daml Package Registry (damlpkg)#317
Open
tolgayayci wants to merge 1 commit into
Open
Conversation
Hosted package registry for the Canton Network with on-chain provenance, anchored on Canton via PackageRecord Daml contracts. Signed-off-by: Tolga Yaycı <40897846+tolgayayci@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Development Fund Proposal Submission
Proposal file:
Proposal file: /proposals/damlpkg.md
Summary
damlpkg is a hosted package registry for the Canton Network — the npm, crates.io, or PyPI of the Daml ecosystem. Every published (name, version) is anchored on Canton through an immutable PackageRecord Daml contract, letting any consumer verify provenance directly from the ledger without trusting the registry server. A working reference implementation is already deployed at damlpkg.dev (source, demo); this proposal funds the production build across four milestones.
Checklist
/proposals/Notes for Reviewers
The ecosystem has explicitly asked for this. Canton's 2026 Developer Experience Survey lists "Daml Dependency & Package Manager" among the top tooling opportunities and places "Package Manager & Operational Dashboards (Cargo)" on its Magic Wand Wishlist. Survey respondents describe the current Daml dependency workflow in their own words as "a manual, file-based process" of "manually downloading files, moving them between folders, and struggling to resolve version mismatches." The proposal directly addresses a developer-stated gap.
Working reference implementation already deployed. The MVP is live at damlpkg.dev, open-source at github.com/tolgayayci/damlpkg, with a demo video walking through the full publish-install-verify loop.