Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Daml is a smart contract language designed to build composable applications on Canton ledgers. In this module, you will learn about the structure of a Daml ledger and how to write Daml applications that run on the Canton Network by building an asset-holding and trading application. You will gain an overview of the most important language features and how to use Daml’s developer tools to write, test, compile, package and ship your application.Prerequisites
- You have installed dpm
Loading Example Code
Each section in this module presents a new self-contained application with more functionality than the previous section. You can load the code for each section usingdpm. For example: