A monorepo for Canton/Daml applications.
A compliant stablecoin implementation with ERC-3643 style claims-based identity verification.
🔐 Vault
A tokenized vault application built with Daml Finance for deposits, share issuance, and redemptions.
This project uses a Dev Container with Daml SDK and Bun pre-installed.
- Install the Dev Containers extension
- Open the repository folder
- Click "Reopen in Container" when prompted, and select the stable configuration (or run
Dev Containers: Reopen in Containerfrom the command palette)
Run the setup command to download dependencies, build all Daml packages, and install webapp dependencies:
make setupThis will:
- Download Daml Finance dependencies for all apps
- Build all Daml packages with
daml build --all - Install webapp dependencies with
bun i
cd vault
daml startcd vault/webapp
bun run dev