Copyright © 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
To build this library locally, the following requirements are necessary:
- Daml SDK (2.x)
make
(3.x)yq
(4.x)jq
(>1.5)
To build the library:
make
This will produce individual DAR files for each package in the .dars
directory.
To test CI locally run the following target:
make ci-local
To build the documentation follows the steps here.
When developing please adhere to the style guide.
To perform a release of this project, please follow the guide here.