Installing the SDK¶
1. Install the dependencies¶
The DAML Connect SDK currently runs on Windows, macOS and Linux.
You need to install:
JDK 8 or greater. If you don’t already have a JDK installed, try AdoptOpenJDK.
As part of the installation process you might need to set up the
JAVA_HOMEvariable. You can find here the instructions on how to do it on Windows,macOS, and Linux.
2. Install the SDK¶
Mac and Linux¶
To install the SDK on Mac or Linux open a terminal and run:
curl -sSL https://get.daml.com/ | sh
The installer will setup the PATH variable for you. In order for it to take effect, you will have to
log out and log in again.
Next steps¶
- Follow the getting started guide.
- Use
daml --helpto see all the commands that the DAML assistant (daml) provides. - If the
damlcommand is not available in your terminal after logging out and logging in again, you need to set thePATHenvironment variable manually. You can find instructions on how to do this here. - If you run into any other problems, you can use the support page to get in touch with us.
Alternative: manual download¶
If you want to verify the SDK download for security purposes before installing, you can look at our detailed instructions for manual download and installation.