zingolabs / zingo-mobile

Zingo! Android and iOS apps
18 stars 20 forks source link

We need to operate without any server #651

Open juanky201271 opened 4 months ago

juanky201271 commented 4 months ago

We have a long list of servers to use and the App change automatically the current server in case of error, but We still need to operate with NO server.

The App have to start and read the current wallet file with no server, also be able to show the seed/birthday, the transactions, etc... from the last time the wallet was connected to a server.

CC: @zancas @edicksonjga

juanky201271 commented 1 month ago

I need something like: LightClient::read_wallet_from_buffer_runtime but without specifying the server... in zingoconfig::load_clientconfig. This is the first step to implement serverless zingo-mobile. @zancas @Oscar-Pepper @AloeareV