https://github.com/bisq-network/bisqremote
Lightweight mobile app for Bisq (notifications and remote control)
https://github.com/bisq-network/bisqremote
Last synced: 3 months ago
JSON representation
Lightweight mobile app for Bisq (notifications and remote control)
- Host: GitHub
- URL: https://github.com/bisq-network/bisqremote
- Owner: bisq-network
- License: agpl-3.0
- Created: 2018-06-13T09:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T21:54:43.000Z (12 months ago)
- Last Synced: 2025-01-15T23:47:05.455Z (12 months ago)
- Language: Java
- Size: 6.59 MB
- Stars: 2
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/bisq-network/bisqremote/wiki).
## Prerequisites
The following is necessary to build and run this application.
- Java 17
## How to Build
```shell
./mvnw clean install
```
## How to Run
```shell
./mvnw clean javafx:run
```