Open rodvar opened 1 week ago
@HenrikJannsen is working on this
for review - works also for xClients
-> here is the branch
if you want to try out the client mode with API you need to run bisq2 restapi app (i just merged https://github.com/bisq-network/bisq2/pull/3001).
jvm args: -Dapplication.appName=bisq2_restApi_clear -Dapplication.network.supportedTransportTypes.2=CLEAR -Dapplication.devMode=true
main class: [bisq.rest](http://bisq.rest/)_api.RestApiApp
this issues goal are:
After this is done the UI can fetch the profile from the repository and show its data on the implementation of the user profile screen + user avatar (the cathash can be left aside for the purpose of this issue)