Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 738 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 738 Bytes

DAML

DAML (Digital Asset Model Language) - Functional language for Smart Contracts

ExamMaster.daml -> Version 1.0 or a DAML file that works in a process of:

  • A Doctor proposes an exam to a patient;
  • The Insurance Company receives that and analyzes it, then send to the patient;
  • The patient receives and, after accepting it, pays the value of the exam based on the level of your policy;
  • The payment back to the Insurance company that analyzes and accepts it.

StockExhange.daml -> Version 1.0 of trade action between a seller and a buyer. The main focus on this script is that both wallets from seller and buyer don't came cross in the system and only the owner of each one are able to visualize it.

http://daml.com