Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

This section was extracted from existing reviewed documentation. Source: docs/src/app_dev/overview/version_information.rst, section “Installing a Compatible Daml SDK” Reviewers: Skip this section. Remove markers after final approval.
You are not required to install the exact same Daml SDK versions used to build this Splice release. These versions are provided for reference only. .dar files built by older 3.x Daml SDKs are generally compatible with the Canton version used in this Splice release. For testing the interaction of your app with a Validator Node, we do recommend to use the Canton version used in this Splice release, which is the case if you deploy your Validator Node using the validator deployment instructions. To profit from the most recent features and bug fixes of the Daml SDK, we recommend to use a recent Daml SDK release that has the same major and minor version as the Canton version used in this Splice release. Follow these steps to install a recent, compatible OSS Daml SDK version:
  1. Select the most recent stable release with the same major and minor version as above.
  2. Install that release using
    curl -sSL https://get.digitalasset.com/ | sh
    
For more information about installing the Daml SDK, see the DPM installation guide.