This is why we simply build Progressive Web Apps, PWAs don't require installing, they're simply bookmarks. Applications are ONLY necessary for offline use, anything and everything that needs the Internet to function can simply be a PWA.

Ultimately, this will drive more development of both hardware and software outside of Google's silos, which will be a good thing. Use of Graphene OS on de-googled phones loading apps from Obtainium will get better and better. Necessity is the Mother of Invention, sovereignty demands we control of territory we own and stop building sandcastles on others' beaches and stop using permissioned rental units.

Reply to this note

Please Login to reply.

Discussion

PWA are good but it has security issues. The web server can serv malicious code and you will never now about that. We need to own our programs and the only way is to install apps on our devices.

Is there a TypeScript library to automate buffering Cashu payments to/from a mint while allowing users to hold the majority of their sats on a second Lightning-enabled subnet (e.g. Liquid/Spark/Ark)?

So you mean a cashu wallet lib with an automatic exit to the subnet? I am currently working on a batteries-included cashu lib to streamline wallet dev. Adding a subnet would happen a layer above, but at least this would take care of all the cashu orchestration

https://github.com/Egge21M/coco-cashu

Amazing! A react-native-async-storage adapter for coco-cashu should be pretty strait forward.

And yes, wrapping complexity for automatic exit to a subnet in the layer above makes sense.

I just built one for expo-sqlite ^^

https://www.npmjs.com/package/coco-cashu-expo-sqlite

I must have forgotten to push the code for that adapter to the repo. Will do asap