Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created July 31, 2023 18:58
Show Gist options
  • Save da-blog/cfa6fba17ad8146e2814f81771e7ca7e to your computer and use it in GitHub Desktop.
Save da-blog/cfa6fba17ad8146e2814f81771e7ca7e to your computer and use it in GitHub Desktop.
Dar
3.sh:
~/canton-cda/canton-0.18.1/create-daml-app
$ daml build
Compiling create-daml-app to a DAR.
Created .daml/dist/create-daml-app-0.1.0.dar
~/canton-cda/canton-0.18.1/create-daml-app
$ daml codegen js .daml/dist/create-daml-app-0.1.0.dar -o daml.js
Generating 057eed1fd48c238491b8ea06b9b5bf85a5d4c9275dd3f6183e0e6b01730cc2ba
Generating create-daml-app-0.1.0 (hash: 37197ee5461df46eaf2b1dffa5da310c405fdb6100cf93bdec01c86ce2b54eae)
...
~/canton-cda/canton-0.18.1/create-daml-app
$ cd ui
~/canton-cda/canton-0.18.1/create-daml-app/ui
$ yarn install --force --frozen-lockfile
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment