Skip to content

carrielaben-da/daml-finance

 
 

Repository files navigation

License CircleCI

Copyright © 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Requirements

To build this library locally, the following requirements are necessary:

  1. Daml SDK (2.x)
  2. make (3.x)
  3. yq (4.x)
  4. jq (>1.5)

Building

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.

Developing

When developing please adhere to the style guide.

Releasing

To perform a release of this project, please follow the guide here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 94.9%
  • Shell 2.9%
  • Python 1.7%
  • Makefile 0.5%