ghubstan 6422ac0cab
Copy bisq.cli's console output fmt api, grpc utils
Use the existing Bisq API CLI utils for making calls to the daemon,
and formatting responses.

When/if the CLI is released on jitpack, this code can be removed
from this repo, and loaded from a gradle dependency.
2022-06-24 14:00:41 -03:00
..

Bisq API Java Examples

This subproject contains Java classes demonstrating API gRPC method calls.

Each class in the bisq.rpccalls package is named for the RPC method call being demonstrated.

The subproject uses a a Gradle build file, also demonstrating how to generate the necessary protobuf classes from the Bisq .proto files.