Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 430 Bytes

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