Create a Daml server app with the libraries

Hi everyone,

I would like to create a node app using Daml librairies to interact with the ledger (whitout frontend).
Do you have any resources that could help me for this?

Thanks

I’d be interested in this one too.

The davl admin-cli might be a useful example of using the typescript libs from node.

Another path you may want to try is using the Ledger API via Node.js. You can download the Protobuf service definitions here. The gRPC documentation has a section on how to use it from Node.js.