daml/canton-3x
azure-pipelines[bot] 5e25e08f34
update canton to 20240108.12193.0.vfed0b7df/2.9.0-snapshot.20240108.11687.0.v4072644f/3.0.0-snapshot.20240108.12193.0.vfed0b7df (#18100)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-01-09 17:52:18 +01:00
..
community update canton to 20240108.12193.0.vfed0b7df/2.9.0-snapshot.20240108.11687.0.v4072644f/3.0.0-snapshot.20240108.12193.0.vfed0b7df (#18100) 2024-01-09 17:52:18 +01:00
daml-common-staging update canton to 20240108.12193.0.vfed0b7df/2.9.0-snapshot.20240108.11687.0.v4072644f/3.0.0-snapshot.20240108.12193.0.vfed0b7df (#18100) 2024-01-09 17:52:18 +01:00
BUILD.bazel update canton to 20240105.12177.0.v3ee6912f/2.9.0-snapshot.20240105.11680.0.v260fdcb4/3.0.0-snapshot.20240105.12177.0.v3ee6912f (#18094) 2024-01-08 22:44:17 +01:00
canton-3x-sha build canton 3x in the CI (#17966) 2023-12-05 15:18:35 +00:00
NO_AUTO_COPYRIGHT Test that canton 3.x builds with bazel hourly (#17876) 2023-11-23 08:54:35 +01:00
README.md update canton to 20231206.11921.0.va3021807/2.8.0-snapshot.20231206.11618.0.vd015b3cb/3.0.0-snapshot.20231206.11921.0.va3021807 (#17994) 2023-12-07 13:58:21 +01:00
shade_rule Test that canton 3.x builds with bazel hourly (#17876) 2023-11-23 08:54:35 +01: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.