digital-asset / ex-java-bindings

Three examples demonstrating three different approaches to using the Java ledger API bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Bindings Examples

Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0.0

This repository contains two subprojects that demonstrate building of Daml client applications with the usage of Java Bindings:

  • Ping-Pong is a collection of three examples that shows how a Java application would use the Java Binding library to connect to and exercise a Daml model running on a ledger
  • Stock Exchange shows an advanced use-case of the Java bindings for building a Daml client application that leverages off-ledger data distribution by using Explicit Contract Disclosure

About

Three examples demonstrating three different approaches to using the Java ledger API bindings

License:Apache License 2.0


Languages

Language:Java 95.8%Language:Shell 4.2%