Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 760 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 760 Bytes

Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: 0BSD

Hub Automation Examples

This repository contains examples of automations (written in Python or in Java) that can be run in Daml Hub.

Example Java Automation

Simple example of a Java Automation that can be run in Daml Hub. This can be copied and then adjusted to your application.

Example Python Automation

Simple example of a Python Automation that can be run in Daml Hub. This can be copied and then adjusted to your application.

Example Daml Model

Note that the Daml model in Example Model is for reference and does not need to be copied when using this code as a template.