Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Latest commit

 

History

History

onboarding

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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