Documentation Index
Fetch the complete documentation index at: https://cantonfoundation-generated-hydration-fix.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Source | Location |
|---|---|
| Browse UI | Artifact Registry browse page |
| Docker Registry | europe-docker.pkg.dev/da-images/public/docker/participant-query-store:<version-tag> |
Daml platform support
PQS3.4.x is built against the Daml SDK and Canton versions with the same major and minor versions.
The dpm CLI tool is used to download the scribe.jar file, as follows:
Alternatively PQS can be started as a Docker container:
dpm install <version>(e.g.,dpm install 3.4.10) to get the latest SDK release which includesscribe.jar.- To locate the directory where the scribe.jar file is, enter
dpm resolve | grep scribewhich will show the path to the jar file.
The default
workdir1 of the PQS container is /daml3.4. This is the location of the scribe.jar in the container filesystem.Compatibility
PQS is tested for compatibility with multiple versions of dependencies, as follows:| Dependency | Versions |
|---|---|
| Canton Participant Node | 3.4 |
| Java Runtime (Temurin) | 17, 21 |
| PostgreSQL | 13, 14, 15, 16, 17, 18 |