da-syndication-finance-temp.../README.md
Rune K. Svendsen 1e6d4aa792 Initial commit
2023-05-08 16:09:16 -04:00

11 lines
440 B
Markdown

# 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).