You can run Daml DApps on deployed VMware Blockchain nodes.

Daml is a smart contract programming language used to build applications on an abstract Daml Ledger Model. The Daml Ledger model is composed of two main segments:

  • Daml Libraries- contain the business logic rules for different use cases or functions and the Daml Execution Engine for processing and verifying these rules.

  • Daml Execution Engine (Damle)- combines parameters and templates to create the corresponding contracts by converting actions triggered at the Application layer into events at the Distributed Ledger layer.

For details on running sample Daml DApps, refer to the Daml Examples section.

For the Daml documentation, see https://docs.daml.com/.