filmov
tv
What are the command line tools in Daml?

Показать описание
DAML is an open-source smart contract language designed to build composable applications on an abstract ledger model.
DAML is a high level language that focuses on data privacy and authorization of distributed applications. These concepts are represented first class in the language.
By abstracting data privacy and authorization, DAML takes the burden off the programmer to think about concrete cryptographic primitives and lets her focus on workflow logic.
DAML is a statically typed functional language.
Applications specified in DAML can be deployed on a growing number of platforms including Amazon Aurora , VMWare Concord , R3 Corda , Hyperledger Fabric , Hyperledger Sawtooth , Project DABL and PostgreSQL .
We will show how to:
- Install the daml assistant
- Create a new DAML/React full stack project
- Create a new DAML project
- Build project and start sandbox
- Build project
- Start IDE
- Upload a dar to the ledger
- Project configuration file
We used the 1.2.0 SDK version for this video.
#commandlinetools #distributedapplications #smartcontracts