daml/ledger-api
mziolekda b81ee69abe
disentangle ledger api (#17831)
* make testing-utils independent of ledger-api

* remove dead files

* move non ledger-api stuff to libs-scala
2023-11-14 22:44:10 +01:00
..
grpc-definitions Remove deprecated fields (#17740) 2023-11-13 13:58:58 +01:00
.gitignore open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel bump copyright (#16002) 2023-01-04 18:21:15 +01:00
README.md Switch from Akka to Pekko (#17814) 2023-11-13 23:22:22 +00:00
VERSION Bump ledger api version to 2.5 (#17712) 2023-11-01 14:12:11 +01:00

Ledger-API

This is the API code for the ledger, which contains:

  • gRPC API definitions
  • Generated Scala bindings and client
  • gRPC-RS bridge
  • gRPC-Pekko bridge
  • Server API classes with validation
  • Prototype Server
  • Integration tests for all of the above

Documentation

The Ledger API Introduction contains introductory material as well as links to the protodocs reference documentation.

See the docs README for more about how to preview and publish documentation.