-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bisq Mobile MVP #462
Comments
Thanks so much, @rodvar, for putting this together. I've have read though it, but will wait to comment more fully until I've shared the materials I'm currently working on later today. I'll get back here in any case by noon tomorrow (Wed). |
hi @rodvar, all, as mentioned in the "async debate" video I published today, I'd like to give folks a chance to watch that video and consider my arguments as to why we should not implement the full node option on Android. If there's a consensus that we shouldn't, then we could update this proposal accordingly and I would give it a thumbs up after possibly some more minor discussions. As it stands right now, I wouldn't give it a thumbs up because of the full node aspect, but I'm really glad to see the rest of the proposal and wouldn't want to prematurely downvote it. So if you don't mind, I would wait until, say, Monday or Tuesday to weigh in here. Thank you again, in any case, for putting it together. |
updated proposal, fixed typos |
ea5e61ab8da8c3a41205ef10070aab4ded41694574144960a0b66dfca457419a |
@rodvar, all, I've been glad to see the consideration given to the video I put together; thanks again for everyone's time and attention there. I do plan to follow up a bit further as time allows, but I'm already satisfied with the discussions and clarifications that have ensued thus far. Like I said toward the end of the video, I was prepared for any outcome and won't stand in the way should the team decide to go with this proposal as is. Godspeed! |
THANKS to you @cbeams, looking forward to your next follow-ups! |
Really appreciate the thoughtful discussions about the mobile app's direction! @cbeams, your communication continues to be excellent and helps drive these conversations forward 👏 Regarding the Android release readiness:
@rodvar - Could you clarify the planned approach for app store publishing? Specifically:
On the thin- vs full-node client discussion:
For resource allocation, I would suggest:
The priority should be delivering a reliable, user-friendly experience that maintains Bisq's core values while being practical for mobile users. |
We dropped that as it was considered unfeasible. Full node will be only used for Android.
Full node for Android is already implemented as POC with all major use-cases and connection to the live network via a relay node (simply a node running clearnet+tor). See https://github.com/HenrikJannsen/andorid_only_poc/. @rodvar is currently working on the gradle adjustments to publish all libraries from Bisq 2 and use those as dependencies in mobile. |
Hey @ripcurlx thanks to you for jumping in the conversation and taking time to review this. To add up to @HenrikJannsen response and make it 100% clear, the proposal on both platforms is only for the The Thanks for the questions on deployment as well, this is still undefined and also an uncharted terrain for a DAO, what I can tell you so far from my perspective is:
I'm kind of the main dev / PM for bisq mobile project and will do everything I can to ensure it gets to the other side of the river if that makes sense. PS: I'm a huge fan of chris videos too haha |
Closing as approved by DAO vote |
Background
This proposal is in line with making Bisq Network accessible on Mobile Platforms following the philosophy of Bisq2 - to make it easier for both, experienced and newcomers, to trade Bitcoin in a decentralized way as well as defending Bisq motto: exchange, decentralized, private & secure.
We want to do an MVP (Minimum Viable Product) from 0 to release in the market and hopefully grow from there if we see enough interest.
To achieve this goal, we are building a total of 3 mobile apps that can be divided into 2 categories:
Run a Bisq (Easy) Node in Mobile
An Android app (called
androidNode
) that runs bisq core in its veins aiming to bring a fully featured trading version of Bisq2 (also referred to as its main protocol - Bisq Easy) to Mobile for full privacy & security.Share a trusted Bisq Node
A thin Bisq App Client (coming in Android & iOS flavors) able to be configured to connect to a trusted Bisq node (over clearnet) to cater to people willing to try Bisq from somebody they trust (popularly described as "Uncle Jim") who is willing to share his Bisq node with them.
For more information on the challenges that this poses please refer to the:
Proposal Summary & Limitations
We propose a timed effort of a well-defined MVP scope for 3 apps:
androidNode
app includes curated security/anonymity related Bisq2 networking code will support bisq-easy clearnet only (for MVP, potentially adding tor in the near future though there is an ongoing effort to bring this for the MVP) potential to support more options in the futurexClients
orandroidClient
andiosClient
apps allow users not willing to run a bisq node to configure a trusted node and still be able to use bisq2 from their mobile this option allows us to have bisq in iOS too that still has a big market share in developed countriesLimitations
xClients
apps depend on having a Bisq2 API and that is not part of this proposal. This is because there is still ongoing discussion on what the API should allow and how it should be implemented. However, this proposal includes developing the client apps with a mocked API implementation for them hoping the API will be done either in parallel or right after this effort is finished.What makes this mobile proposal attractive?
There have been many intents to bring Bisq to mobile with no real success, some Bisq maintainers called it specifically “big failures”.
We believe this is a winner proposal because:
This is a very challenging platform for specific software focused on privacy and security like Bisq. Since 90%+ of the UI will be shared across the apps, the solution allows us to cater to this without increasing the costs significantly.
xClients
since Bisq API is not developed yet.What has been already done prior to this proposal?
androidNode
appEstimations and Timeline
Assumptions:
Available Resources per Cycle:
The following describes the “Initial Team”. We hope being this is an open-source project some people will join in along the way, but we consider this the team to be responsible for “crossing the river”:
rodvar
: FT // bisq-mobile maintainer and devnostrbuddha
: PT // designer and devboilingfrog
andcbeams
: Hi experienced Bisq devs who offered to have a minor commitment of min 5h / week each for Bisq2-related tech barriers removal and project oversight.Being an open-sourced project, there could be (and looks like there will be) more people joining in to help along the way but the proposal is done with the initial time that is ready to get the goal to the other side of the river altogether from the get-go.
Total Cost and Timeline
Shared
Clients-Only Features
Node-Only Features
note: for the
xClients
connectivity-related stuff will be mocked until we have APIs in place.Summary of Total Estimates:
Based on initial team availability, between 4 and 5 months of work is anticipated, details below:
Important notes:
Timeline
Cycle 1:
Cycle 2:
Cycle 3:
Cycle 4-5:
androidNode
app should be ready to release at this stage: prepare app listing on Google Play + upload and release on stagesxClients
apps: same if API is ready, otherwise API should start development to be able to release theseThe text was updated successfully, but these errors were encountered: