-
Notifications
You must be signed in to change notification settings - Fork 0
Development and Testing
HardlyDifficult edited this page Jul 17, 2026
·
1 revision
git submodule update --init --recursive
npm install
scripts/install-dpm-sdks.sh
npm run build
npm testscripts/install-dpm-sdks.sh reads package manifests and installs the required DAML SDK versions.
npm run build regenerates the aggregate before building active packages.
npm run lint:daml
npm run check-upgrade-compat
npm run codegen
npm run verify-packageRun the checks that match the changed boundary. Replay and cross-participant traffic have separate scripts and workflows; read their source for exact inputs, secret boundaries, and artifacts.
-
CapTable.daml, generated JavaScript bindings, andlib/are derived output. -
published-dars/OpenCapTable.daris staged for the npm DAR export. -
generated/ocp-factory-contract-id.jsonis reviewed deployment metadata. -
dars/anddars/dars.lockpreserve candidate and deployed bytes.
Change the owning source or generator and rerun its command. Do not hand-edit generated output to make a check pass.