Blockchain DAML Admin Guide
Install DAML
Download and install the DAML SDK. Please refer to the DAML Documentation for detailed and current information on DAML and the DAML SDK.
A tested DAML model will be built to a DAML archive (.dar file).
daml build -o
The compiled DAML archive can be deployed to the EFPF servers using the DAML Assistant and the access token provided by EFPF.
daml ledger upload-dar --host=daml.efpf.eu --port=6564 --access-token-file=
Parties are allocated by EFPF identity management.