From b3f75eb3f5df4668b59b80c08a4e64d049b6c52b Mon Sep 17 00:00:00 2001 From: rodvar Date: Sat, 9 Nov 2024 10:18:45 +1100 Subject: [PATCH] - update readme docs for getting started with androidNode (#32) --- bisqapps/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bisqapps/README.md b/bisqapps/README.md index f0e56469..d0771830 100644 --- a/bisqapps/README.md +++ b/bisqapps/README.md @@ -37,7 +37,17 @@ If you are a mobile enthusiast and feel driven by Bisq goals, please reach out! Alternatively, you could run `./gradlew clean build` (1) first from terminal and then open with your IDE of preference. -#### UI Designs +### `Getting started for Android Node` + +Addicionally, for the `androidNode` module to build you need to have its dependent Bisq2 jars in your local maven2 repository ('~/.m2/repository`). Here are the steps to do that + +1. download [Bisq2](https://github.com/bisq-network/bisq2) if you don't have it already +2. follow Bisq2 root `README.md` steps to build the project +3. run `./gradlew publishAll` // this will install all the jars you need in your m2 repo + +Done! Alternatively if you are interested only in contributing for the `xClients` you can just build them individually instead of building the whole project. + +### UI Designs androidNode + xClient screens are designed in Figma. Yet to differentiate between which screens goes into which.