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.
To compile the project:
daml build
To test all scenarios:
daml test --color
To load the project into the sandbox and start navigator:
daml start