Oddbean new post about | logout
 It’s using NWC to fetch the transactions from an isolated read-only app in Alby Hub 
 That’s so cool. Is the app already available in the hub? I will take a look at your code and see if I can implement it in one of my apps. 👨‍💻 
 Thanks! It’s hard to make custom permissions for isolated apps right now which is what this uses, but I have a PR to improve it which will hopefully be in the next version of Alby Hub.

This app isn’t in the hub (I don’t think it makes sense there) but it’s open source. https://github.com/rolznz/satparity 
 LFG! That’s what I meant in my previous question. Is the isolated app a friends and family wallet or another app? 

Either way, what a cool way to integrate a database essentially. We are not bullish enough on #Nostr 
 It’s another app with exactly the permissions (make invoice, lookup invoice, get balance, list transactions) and is isolated. I have an Alby Hub PR to make this easy to do :-)