/daml-htlc

Hashed timelock contract written in Daml

Primary LanguageHaskellApache License 2.0Apache-2.0

daml-htlc

Copyright (c) 2023, ASX Operations Pty Ltd. All rights reserved.
SPDX-License-Identifier: Apache-2.0

Hashed timelock contract written in Daml.

Building and testing

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