For the complete documentation index, see llms.txt. This page is also available as Markdown.

Collections

My Collection

In the My Collection tab, DAR packages and UI packages can be uploaded to the console. These can then be uploaded to participants or deployed as applications respectively.

DAR Collections

When a Daml project is compiled, the compiler produces a Daml archive. These are platform-independent packages of compiled Daml code that can be uploaded to a Daml ledger or imported in other Daml projects. Daml archives have a .dar file ending.

DAR files can be uploaded from the user's local computer, or obtained from the Canton Package Manager (CPM).

To read about CPM interaction, see the Canton Package Manager section of this guide.

Upload a DAR file

To upload a DAR file, go to the Collections tab and click Upload DAR File to open a side window.

UI Collections

The UI Collections feature of Catalyst allows you to provide a frontend for your app by publishing files exposed by HTTPS over a ledger-specific subdomain.

To upload a UI file, go to the Collections tab and click Upload UI File to open a side window.

Last updated

Was this helpful?