Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/OpenZeppelin/canton-contractsView on github-code
github-code/OpenZeppelin/canton-contracts

OpenZeppelin/canton-contracts: CONTRIBUTING.md

# Contributing ## Development setup Install DPM and Java 21+. From the repository root, install the Daml SDK declared by [`multi-package.yaml`](multi-package.yaml), then build and validate the workspace: ```sh dpm install dpm build --all scripts/check.sh ``` Lint an affected package directly with DP

READ ON GITHUB-CODE