Skip to content
Discussions/App Development/Downloading DAML project code is not workingForum ↗

Downloading DAML project code is not working

App Development7 posts238 views10 likesLast activity Jun 2021
AB
abhishaan1OP
Jun 2021

After downloading the project code from GitHub - digital-asset/ex-mortgage-repackaging: Reference DAML application demonstrating the use case of repackaging Mortgage Based Securities.. unable to compile.Could you please suggest the best pathway?

GA
Gary_Verhaegen
Jun 2021

Could you share the precise command you have run and the result you got? You can use triple-backticks (```) to enclose code snippets. For example, if I try to run the command daml build (following the README of that project) but I forgot to CD into it:

$ daml build
daml build: Not in project.
$
AB
abhishaan1
Jun 2021

Please find below screenshot for reference where getting error while executing the command : daml buid

GA
Gary_Verhaegen
Jun 2021

The daml 1.2 string does not appear in the current version of that project. How (when?) did you download it? It looks like you’re using a fairly old version.

AB
abhishaan1
Jun 2021

Downloaded from this link: Installing the SDK — Daml SDK 1.13.1 documentation (For DAML)

Could you please suggest latest version for the solultion?

GA
Gary_Verhaegen
Jun 2021

That is the correct (latest) version of the Daml Connect SDK tool. That part seems fine. What I meant was that you seem to have somehow downloaded a very old version of the digital-asset/ex-mortgage-repackaging project.

AB
abhishaan1
Jun 2021

Thanks Gery for quick reply on it.

← Back to Discussions