The Node.js bindings for DAML allow you to write applications on the Node.js platform that interact with a DAML application through the Ledger API.
The Node.js bindings are deprecated as of 2020-10-14.
Either switch to the JavaScript client libraries running over the HTTP JSON API or to the Java bindings which are based on the gRPC ledger API.
This page offers some guidance on how to move the first steps to write your applications running on Node.js and interacting with a DAML.
Keep on reading for a few pointers on how to get started.
Navigate through the reference docs using the navigation items on the side of this page.
You can add the bindings to an existing Node.js project running
npm install @digitalasset/daml-ledger
If you need some guidance on how to move your first steps with the bindings you can try the tutorial.
Generated using TypeDoc