Create a Daml server app with the libraries
App Development4 posts174 viewsLast activity Apr 2022
TA
TanguyLaucOP
Apr 2022Hi 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
RI
rikotacards
Apr 2022I’d be interested in this one too.
CO
cocreature
Apr 2022The davl admin-cli might be a useful example of using the typescript libs from node.
ST
stefanobaghino-da
Apr 2022Another 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.