Easiest way to add FinLib to your project?
App Development4 posts570 views11 likesLast activity Sep 2020
SO
sofusmortensenOP
Sep 2020Getting started for FinLib[1] says:
Digital Asset is working on adding a DAML package management system to the DAML SDK.
Which is promising, but doesn’t answer what the easiest and/or recommended way today is, adding FinLib to your DAML project.
DAML Finance Library (FinLib)
https://github.com/digital-asset/lib-finance ↩︎
GE
georg
Sep 2020I think the statement is out of date / inaccurate, see here for a related discussion.
For now, you need to either copy the full source, or compile it and check the DAR into your repository.
SO
sofusmortensen
Sep 2020Thanks @georg
Is the DAR at least available somewhere to download for the very easy approach?
GE
georg
Sep 2020Unfortunately not. But now that we support cross-SDK dependencies it makes sense to provide it. I have added an issue to track this.