daml/canton
azure-pipelines[bot] 83c38953e4
update canton to 9f9a7e33 (#17686)
CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2023-10-30 08:52:10 +01:00
..
community update canton to 9f9a7e33 (#17686) 2023-10-30 08:52:10 +01:00
daml-common-staging/daml-errors/src update canton to 050547f2 (#17555) 2023-10-12 15:31:11 +02:00
BUILD.bazel Hardcode the canton version in BuildInfo for now (#17673) 2023-10-26 15:04:15 +00:00
NO_AUTO_COPYRIGHT update canton to 050547f2 (#17555) 2023-10-12 15:31:11 +02:00
README.md update canton to e5a4cdfc (#17584) 2023-10-17 09:26:56 +02:00
shade_rule Bazel rule to build canton ce (#17480) 2023-10-24 15:06:17 +02:00

Canton

CircleCI

Canton is a next-generation Daml ledger interoperability protocol that implements Daml's built-in models of authorization and privacy faithfully.

  • By partitioning the global state it solves both the privacy problems and the scaling bottlenecks of platforms such as a single Ethereum instance.

  • It allows developers to balance auditability requirements with the right to forget, making it well-suited for building GDPR-compliant systems.

  • Canton handles authentication and data transport through our so-called synchronization domains.

  • Domains can be deployed at will to address scalability, operational or trust concerns.

  • Domains can be implemented on top of various technologies, depending on the trust requirements.

  • Domains are permissioned but can be federated at no interoperability cost, yielding a virtual global ledger that enables truly global workflow composition.

Refer to the Canton Whitepaper for further details.

Running

Please read Getting Started for instructions on how to get started with Canton.

Consult the Canton User Manual for further references of Canton's configuration, command-line arguments, or its console.

Development

Please read our CONTRIBUTING guidelines.