This commit is contained in:
ben 2023-04-12 13:33:02 +01:00
parent a8ea432727
commit 459b10793a

4
83.md
View File

@ -12,11 +12,11 @@ Useful for clients wanting to intergrate non-custodal wallet features.
## Motivation
We wanted [LNbits](https://github.com/lnbits/lnbits) to have a funding source that pay invoices/create invoices/check payment status, all over nostr DMs. Simple plugins/middleware could be made for funding sources, that any wallet software coul use over nostr.
We wanted [LNbits](https://github.com/lnbits/lnbits) to have a funding source that could pay invoices/create invoices/check payment status all over nostr DMs. Simple plugins/middleware could be made for funding sources, that any wallet software could use over nostr.
## Examples
There are two simple clients sending json over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md).
There are two simple clients sending json over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md). THese clients could be standalone or built into clients/services.
1. `funding source client`: Attached to the funding source, the other built into another service/client.