**WWG now has Nostr support.** It acts as a watch only wallet utilising your own node to notify you of transactions. It can also be configured to send automatic balance updates on a periodic basis.
It uses NIP-17 DMs with NIP-44 encryption and NIP-59 gift wrapping to send these notifications via Nostr.
You enter your relays as part of the config to ensure the DMs are delivered to you. WWG generates its own npub it sends its DMs from.
The watch only wallet works by checking your xpubs via your own node. The xpubs are only ever stored locally and are encrypted at rest.
More notification providers and other functionality will be added soon on an ongoing basis.

GitHub
Release WWG v0.2.5: Nostr Support! · xannythepleb/bitcoin-wallet-watchguard
In this release the entire notification system has been refactored to allow for multiple notification providers. The first new notification provide...