ghubstan b0b6c9c771
Uncomment wallet password prompt, and validate input during startup
- When bot is run from a *nix terminal, password input will not be echoed.
- When bot is run from an IDE, it's virtual terminal will echo the input
  (cannot be avoided).

Validate the input during startup, to fail early instead of waiting for
the right offer to take, then failing to unlock the wallet with an
incorrect password.
2022-06-25 11:00:28 -03:00
..
2022-06-25 10:25:57 -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.