Distribute and upload dependency DARs?
App Development1 posts1 viewsLast activity 21d ago
WA
WallaceKellyOP
21d agoIf 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? - Should I distribute both DARs to my app’s users? Why?