daml/language-support/scala/codegen-sample-app
2020-03-11 14:58:38 +00:00
..
src Replace AsyncWordSpec with WordSpec, thanks @rautenrieth-da, see #4938 (#4941) 2020-03-11 14:58:38 +00:00
BUILD.bazel libs-scala/ports: Wrap socket ports in a type, Port. (#4784) 2020-03-03 08:59:15 +00:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

sample-code-generation project

IMPORTANT: Although this project is in a sub-directory of ledger-client it is not part of the project defined in ledger-client/build.sbt.

It is a standalone project

This project contains a sample DAML library (in src/main/daml/Main.daml) and the Scala sources generated from that library.

Regenerating the sources

To regenerate the sources just run:

$ ./regen-sources.sh

The generated sources will be placed in src/main/scala/generated-sources