If I have this:
- two Daml projects,
appandlib - the
appproject depends on thelibproject - the
lib-1.0.0.darcontains theorg.lib.v1as the main package - the
app-1.0.0.darcontains theorg.app.v1as the main package
My understanding is that the app-1.0.0.dar also contains the org.lib.v1 package.
My questions are:
- Must my app’s users upload both DARs to their node? Or is uploading
app-1.0.0.darsufficient? - If not, should I distribute both DARs to my app’s users? Why?