Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here are some use cases that illustrate how you might benefit from explicit cont

Contract read delegation allows a party to acquire read rights during command submission over a contract of which it is neither a stakeholder nor an informee.

As an example application where read delegation could be used, consider a simplified trade between two parties. In this example, party **Seller** owns a unit of Digital Asset `Stock` issued by the **StockExchange** party. As the issuer of the stock, **StockExchange** also publishes the stock's `PriceQuotation` as public data, which can be used for settling trades at the correct market value. The **Seller** announces an offer to sell its stock publicly by creating an `Offer` contract that can be exercised by anyone who can pay the correct market value in terms of `IOU` units.
As an example application where read delegation could be used, consider a simplified trade between two parties. In this example, party **Seller** owns a unit of Canton Network `Stock` issued by the **StockExchange** party. As the issuer of the stock, **StockExchange** also publishes the stock's `PriceQuotation` as public data, which can be used for settling trades at the correct market value. The **Seller** announces an offer to sell its stock publicly by creating an `Offer` contract that can be exercised by anyone who can pay the correct market value in terms of `IOU` units.

On the other side, party **Buyer** owns an `IOU` with 10 monetary units, which it wants to use to acquire **Seller**'s stock.

Expand Down
4 changes: 2 additions & 2 deletions docs-main/appdev/quickstart/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Quickstart application helps you and your team become familiar with CN appli

## Overview

This guide walks through the installation and `LocalNet` deployment of the CN Quickstart. We have provided a [fast path installation](#fast-path-installation) and [step-by-step instructions](#step-by-step-instructions), based on level of experience, for your convenience. Please contact your representative at Digital Asset if you find errors.
This guide walks through the installation and `LocalNet` deployment of the CN Quickstart. We have provided a [fast path installation](#fast-path-installation) and [step-by-step instructions](#step-by-step-instructions), based on level of experience, for your convenience. Please contact your representative at Canton Network if you find errors.

### Roadmap

Expand All @@ -24,7 +24,7 @@ This guide walks through the installation and `LocalNet` deployment of the CN Qu

## Prerequisites

Access to the [CN-Quickstart GitHub repository](https://github.com/digital-asset/cn-quickstart) is public. It does pull some artifacts provided by Digital Asset.
Access to the [CN-Quickstart GitHub repository](https://github.com/digital-asset/cn-quickstart) is public.

The CN Quickstart is a Dockerized application and requires [Docker Desktop](https://www.docker.com/products/docker-desktop/). We recommend allocating 8 GB of memory to Docker Desktop. Allocate additional resources if you witness unhealthy containers, if possible. Decline Observability if your machine does not have sufficient memory.

Expand Down
2 changes: 1 addition & 1 deletion docs-main/appdev/quickstart/running-the-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The provider processes the accepted payment and updates the license with a new e

This section helps you become familiar with a Canton Network (CN) business operation within the CN App Quickstart. The App Quickstart application is intended to be extended by your team to meet your business needs. When you are familiar with the App Quickstart, review the technology choices and application design to determine what changes are needed. Technology and design decisions are ultimately up to you.

If you find errors, please contact your representative at Digital Asset.
If you find errors, please contact your representative at Canton Network.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs-main/appdev/reference/admin-api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Topology commands manage the distributed topology state that controls party-to-p
- **RepairService** — Low-level repair operations for disaster recovery. Import/export ACS snapshots, purge contracts.

<Warning>
Repair operations can cause data inconsistencies if used incorrectly. Only use them when instructed by operational documentation or Digital Asset support.
Repair operations can cause data inconsistencies if used incorrectly. Only use them when instructed by operational documentation or Canton Network support.
</Warning>

## Canton Console Access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ If your deployment uses an external Key Management Service (KMS), key material i
## Repair operations

<Warning>
Repair operations are powerful but dangerous. They can cause permanent data corruption if used incorrectly. You should only use repair commands with guidance from Digital Asset technical support.
Repair operations are powerful but dangerous. They can cause permanent data corruption if used incorrectly. You should only use repair commands with guidance from Canton Network technical support.

These commands are documented here for completeness, but they are not intended for unsupervised use.
</Warning>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ Also, you may want to add `-XX:+UseG1GC` to force the JVM to to use the `G1` gar

The Canton Open Source version is available from [Github](https://github.com/digital-asset/daml/releases).

Daml Enterprise includes an enterprise version of the Canton ledger. If you have entitlement to Daml Enterprise, contact Digital Asset support to obtain the appropriate Canton artifact.
Daml Enterprise includes an enterprise version of the Canton ledger. If you have entitlement to Daml Enterprise, contact Canton Network support to obtain the appropriate Canton artifact.

You can also use the Daml Enterprise Canton Docker images by following our Docker instructions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ These commands should result in an output similar to:

Store both keys in a safe location. You will be using them every time you want to deploy a new SV node, i.e., also when deploying an SV node to a different deployment of the Global Synchronizer and for redeploying an SV node after a (test-)network reset.

The `public-key` and your desired *SV name* need to be approved by a threshold of currently active SVs in order for you to be able to join the network as an SV. For `DevNet` and the current early version of `TestNet`, send the `public-key` and your desired SV name to your point of contact at Digital Asset (DA) and wait for confirmation that your SV identity has been approved and configured at existing SV nodes.
The `public-key` and your desired *SV name* need to be approved by a threshold of currently active SVs in order for you to be able to join the network as an SV. For `DevNet` and the current early version of `TestNet`, send the `public-key` and your desired SV name to your point of contact at Canton Network and wait for confirmation that your SV identity has been approved and configured at existing SV nodes.

<div className="todo">

Expand Down
2 changes: 1 addition & 1 deletion docs-main/overview/understand/who-should-read.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Before diving in, you should have:
</Card>

<Card title="Support" icon="headset" href="/shared/support-channels">
Contact Digital Asset support for enterprise assistance.
Contact Canton Network support for enterprise assistance.
</Card>

</CardGroup>
2 changes: 1 addition & 1 deletion docs-main/sdks-tools/development-tools/daml-studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ The Daml Studio Extension contains the following options:

- `Telemetry`
Default: From consent popup
Controls whether you send Daml usage data to Digital Asset
Controls whether you send Daml usage data to Canton Network

### Daml Studio CLI options

Expand Down
4 changes: 2 additions & 2 deletions docs-main/sdks-tools/language-bindings/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Community Bindings"
description: "Community-maintained language bindings for Python, Rust, Go, and other languages on Canton."
---

Beyond the officially supported Java and TypeScript bindings, community members have built client libraries for other languages. These bindings are **not maintained or supported by Digital Asset** and may not cover the full Ledger API surface or keep pace with every Canton release.
Beyond the officially supported Java and TypeScript bindings, community members have built client libraries for other languages. These bindings are **not maintained or supported by Canton Network** and may not cover the full Ledger API surface or keep pace with every Canton release.

## Available Community Bindings

Expand Down Expand Up @@ -54,7 +54,7 @@ Community members often announce new bindings and major updates on the forum. If

- You need type-safe, code-generated classes that mirror your Daml model
- You want guaranteed compatibility with the Canton version you are targeting
- Your project requires production support from Digital Asset
- Your project requires production support from Canton Network

**Use community bindings** when:

Expand Down
2 changes: 1 addition & 1 deletion docs-main/sdks-tools/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Code generation produces type-safe client libraries from your compiled Daml pack
- **TypeScript/JavaScript** -- Generated with `dpm codegen-js`. Use these in Node.js backends or frontends that submit commands to the Ledger API.
- **Java** -- Generated with `dpm codegen-java`. Use these in JVM-based backends with the gRPC Ledger API client.

Community-maintained bindings exist for Python, Rust, and Go, though these are not officially supported by Digital Asset.
Community-maintained bindings exist for Python, Rust, and Go, though these are not officially supported by Canton Network.

## Reference Projects

Expand Down
4 changes: 2 additions & 2 deletions docs-main/shared/support-channels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Support Channels"
description: "Getting help with Canton Network development and operations"
---

Multiple support channels are available depending on your needs and relationship with Digital Asset.
Multiple support channels are available depending on your needs and relationship with Canton Network.

## Community Support

Expand Down Expand Up @@ -71,7 +71,7 @@ For enterprises with support contracts.
- Direct engineering escalation
- Dedicated support resources

**To establish a support contract:** Contact your Digital Asset account representative.
**To establish a support contract:** Contact your Canton Network account representative.

## When to Use Which Channel

Expand Down