Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Digital Asset empowers the world's most innovative organizations to work across

## Primary Digital Asset Open-Source Repositories

[Daml](https://github.com/digital-asset/daml)
[Canton](https://github.com/digital-asset/canton)
[Daml](https://github.com/digital-asset/daml) is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.

[Canton](https://github.com/digital-asset/canton) is a Daml ledger interoperability protocol.
Comment on lines +9 to +11

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not an accurate description of the repositories. I think I'd go more for something like:

Suggested change
[Daml](https://github.com/digital-asset/daml) is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.
[Canton](https://github.com/digital-asset/canton) is a Daml ledger interoperability protocol.
Our primary open-source offering is Daml Open-Source, which is composed of the following components:
* [list of components]
These components are distributed across the following repositories:
* [digital-asset/daml](https://github.com/digital-asset/daml) contains the code for [compiler, IDE, HTTP, Triggers, Script, etc.]
* [digital-asset/canton](https://github.com/digital-asset/canton) contains the code for [participant, sequencer, ...]
For historical reasons, the fully assembled Daml Open-Source distribution is hosted as GitHub Releases on the [digital-asset/daml] repo. Note that this means releases on that repo include artifacts produced from other repositories.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I only copy/pasted the current description from the official Daml and Canton readme.
I'll work with marketing to cleanup these readme and then update the DA one accordingly.


This Github organization is the primary source for all Digital Asset open-source software, including reference apps and examples.

Expand Down