Downloading DAML project code is not working

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?

1 Like

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.
$
1 Like

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

1 Like

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.

2 Likes

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

Could you please suggest latest version for the solultion?

1 Like

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.

3 Likes

Thanks Gery for quick reply on it.

1 Like