Skip to content

An example of a Pythonbot written for Daml Hub

License

Notifications You must be signed in to change notification settings

digital-asset/hub-automation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.