Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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 scenarios:

daml test --color

Running

To load the project into the sandbox and start navigator:

daml start