DAZL Bots
Automating DAML Applications with Python-based DAZL Bots

Headquarters
USA
Industry
DAML
Technology Used
DAML, python bots, DAZL, DABL, bots
DAML (Digital Asset Modeling Language) has emerged as a promising technology to achieve excellence in Blockchain. It’s an open-source programming language used to write full-stack, smart contract-based distributed applications quickly, concisely, and correctly. Notably, the system’s design is so that machines and humans can understand the information included in the contract. It is functional as it derives experience from Haskell and was designed for distributed business workflows. It helps a developer to focus more on programming the business processes by cutting down the amount of time the developer would spend on dealing with encryption and blockchain.
Challenges
Developers need to automate processes like generating action in response to a certain event
Solutions
It provides several functions that enable the automation on the Ledger as it provides event listeners for the same.
Results
Add support for third-party APIs simply by creating bots that listen to external activity.
Challenges
Why do we need bots ?
DAML is a great programming language but is still new and under development. Sometimes, developers need to automate processes like generating action in response to a certain event (an incoming transaction, for instance). Let’s suppose, we want to automatically create a new contract in DAML after another contract is created. Right now, this is not possible to accomplish with just DAML itself as DAML Trigger is still under development. We need bots for this purpose which is basically an abstraction to create an automation for a DAML Ledger.
Solution
How does DAZL solve the problem?
DAZL is an amazing Python library provided by Digital Asset. It provides several functions that enable the automation on the Ledger as it provides event listeners for the same. Suppose you want to run a certain piece of code after the execution of events related to contracts, like creation, archival, or exercise of choice, then it can easily be done using the DAZL Library.


Results
- Add support for third-party APIs simply by creating bots that listen to external activity.
- Works great with DABL Cloud Service.
- Portable and adjustable as per requirements.
- Quick response time.
DAZL is an open-source project. You can find source code here: