RoboSats / robosats

A simple and private bitcoin exchange
https://learn.robosats.com
GNU Affero General Public License v3.0
720 stars 141 forks source link

RoboRecap: current state of RoboSats development and TODOs by priority. #897

Open Reckless-Satoshi opened 1 year ago

Reckless-Satoshi commented 1 year ago

Finalize Federated Frontend (High-priority)

Finalize client-side identity generator (medium-priority)

We have built a Rust module that can be compiled into a WASM and into a native library from Android. The WASM works amazingly well. It's just 1.1 MB and it can generate any robot and any nickname. This is great as now Robot identity generated is completely decentralized. The add-robo-identities-wasm branch introduces new functionalities to generate in parallel all robot avatars for the order book and cache them into an array: woah, it works amazingly well! The NPM package for the new module can be created using https://github.com/reckless-satoshi/robo-identities

Improve Android app notifications and torification (medium-priority)

Finalize RoboSats PRO MVP (low-priority)

KoalaSat commented 1 year ago

Federation branch rebased now with the F2F changes https://github.com/KoalaSat/robosats/tree/the-federation-layer-v0.5.1