Copyright (c) 2023, ASX Operations Pty Ltd. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Hashed timelock contract written in Daml.
First, the dependencies must be downloaded by running:
./get-dependencies.sh
The daml package can then be built using:
cd model/main
daml build
And the tests can be run using:
cd model/test
daml test