github-code/OpenZeppelin/canton-stablecoin
OpenZeppelin/canton-stablecoin: stablecoin-test/daml/Stablecoin/Test/Cdp.daml
Daml contract source - OpenZeppelin/canton-stablecoin/stablecoin-test/daml/Stablecoin/Test/Cdp.daml ```daml -- | CDP vault system tests: happy path + negative/security tests. module Stablecoin.Test.Cdp where import DA.Date import DA.Optional (fromSome, isNone, isSome) import DA.Time import Daml.Scri
READ ON GITHUB-CODE ↗