JSON APIs

Interacting with DAML Ledgers using HTTP JSON API

Reading Time: 2 minutes In my last blog DAML: Getting started with building Templates, I covered how to write a smart contract using  DAML for your Distributed Application using Templates and how to test it using Scenarios. I would recommend you all to go through them before going forward with this blog. In this blog, we will explore on how to interact with DAML Ledger using HTTP JSON API. Continue Reading