Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 506 Bytes

Bisq Remote

This tool is intended to be used during development and testing of the Bisq Android and iOS apps. It can be used to send push notifications rather than relying on the Bisq client to send the notifications. More documentation can be found here.

Prerequisites

The following is necessary to build and run this application.

  • Java 17

How to Build

./mvnw clean install

How to Run

./mvnw clean javafx:run