A full end-to-end Canton Network application — KYC identity management built with Daml smart contracts, Canton JSON Ledger API, CompliDaml compliance audit, and a live frontend dashboard.
curl https://get.digitalasset.com/install/install.sh | sh
dpm build
dpm test
dpm sandbox
python api/canton_api.py
open frontend/dashboard.html| Article | Requirement | How satisfied |
|---|---|---|
| Art. 5(1)(c) | Data minimisation | Only necessary KYC fields stored |
| Art. 5(1)(f) | Confidentiality | Observer model — only bank + customer see PII |
| Art. 17 | Right to erasure | Archive choice allows contract deletion |
| Art. 25 | Privacy by design | Privacy is structural, not bolted on |