Hey, DABLer’s! Happy New Year!
I am working on deploying our app similar to ex-bond-issuance
to DABL but am having a bit of trouble understanding the DABL docs (specifically how to deploy)).
- Do I need to deploy individual
.dar
files for each trigger (and do they need to have individualdaml.yaml
files that reference the rest of the model in the dependencies)?
When I read the DABL docs it seems like I need to upload individual .dar
files with individual daml.yaml
. But in my experimenting, it seems like DABL is recognizing the 6 triggers, and I can manually deploy to the respective parties.
Which is the proper way to deploy triggers?
- Do I need to remove all triggers from the source daml code so that DABL recognizes that I’m uploading my
daml
model and not triggers?
I think 1 and 2 are related but a bit of clarification will be helpful. Thanks!