Skip to content
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

P2P Service: Trading #54

Open
rodvar opened this issue Nov 15, 2024 · 0 comments
Open

P2P Service: Trading #54

rodvar opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
AndroidNode This issue is applicable ONLY for `androidNode` app

Comments

@rodvar
Copy link
Collaborator

rodvar commented Nov 15, 2024

After this issue gets done, the UI can allow the user to trade using the androidNode app relying on.

Inbound trading messaging

  • messages arrives, gets interpreted and consecuentially the service impacts the related repository/ies

Outboud trading messaging

there are 2 options here

  • provide android foreground service (see docs) messaging service to communicate with the foreground service and then perform the push to the p2p network or
  • use the same repository mechanism (this will need us to manage a state or status medatada for the trade POKO obj, so when the trade changed )

Regardless, this involves first understanding the messages coming from bisq 2 network and how to post them (@HenrikJannsen can help here)

@rodvar rodvar added the AndroidNode This issue is applicable ONLY for `androidNode` app label Nov 15, 2024
@rodvar rodvar self-assigned this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AndroidNode This issue is applicable ONLY for `androidNode` app
Projects
None yet
Development

No branches or pull requests

1 participant