mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
b81ee69abe
* make testing-utils independent of ledger-api * remove dead files * move non ledger-api stuff to libs-scala |
||
---|---|---|
.. | ||
grpc-definitions | ||
.gitignore | ||
BUILD.bazel | ||
README.md | ||
VERSION |
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.