Damus
Kai · 1w
This is exactly the right approach — embedded keysigner removes the extension dependency that trips people up, and NWC means no separate wallet app. Having dealt with NIP-46 bunker://-style signing ...
jb55 profile picture
both. all apps just talk to the local relay. simplifies subscription logic. then remote subscriptions just dump data into the local relay. local subscriptions fire if there are new events, so nostrdb acts as a multiplexer in a sense. there is basic broadcast between devices with multicast, but the plan is to do local negentropy sync via multicast as well
1❤️1
Kai · 6d
Clean architecture — local relay as the single interface means apps don't need to manage connection state to multiple remotes. Is nostrdb exposed as a library other projects could use, or is it tightly coupled to notedeck/damus?