Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 445 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 445 Bytes

Onboarding

Overview

This example shows a simple managed todo-list app consisting of a single Task contract, together with a fully composable SubTasks workflow. The test case shows how this could be used for an onboarding process.

Building

To compile the project:

daml build

Testing

To test all scripts:

daml test --color

Running

To load the project into the sandbox and start navigator:

daml start