daml/templates/quickstart-finance
2022-12-01 09:39:09 +00:00
..
daml daml-finance: update quickstarter (#15755) 2022-12-01 09:39:09 +00:00
.gitignore Integrate daml finance (#14989) 2022-09-09 10:54:24 +00:00
daml.yaml.template Update Daml Finance quickstart (#15709) 2022-11-28 09:31:09 +00:00
get-dependencies.bat Quickstart enhancement (#15651) 2022-11-23 15:53:18 +01:00
get-dependencies.sh Update Daml Finance quickstart (#15709) 2022-11-28 09:31:09 +00:00
NO_AUTO_COPYRIGHT Integrate daml finance (#14989) 2022-09-09 10:54:24 +00:00
README.md Update Daml Finance quickstart (#15709) 2022-11-28 09:31:09 +00:00

Code Samples - Getting Started

This project contains the source code used in the getting-started tutorials.

Before opening Visual Studio Code you should run ./get-dependencies.sh (or get-dependencies.bat for Windows users) to download the required Daml packages.

You can then open Daml Studio by running daml studio, or build the project using daml build.

To run the project, run daml start (which also builds the project).