lnproxy on Nostr: This is an excellent idea. It also improves the privacy for the seller. But running a ...
This is an excellent idea. It also improves the privacy for the seller.
But running a local http server just to wrap an invoice is probably overkill. I reorged the code so that you can import lnproxy as a library and use it in whatever application you want. The code for a basic relay server implementation is a good example of what an application would look like: https://github.com/lnproxy/lnproxy/blob/refactor/relay/main.go
But running a local http server just to wrap an invoice is probably overkill. I reorged the code so that you can import lnproxy as a library and use it in whatever application you want. The code for a basic relay server implementation is a good example of what an application would look like: https://github.com/lnproxy/lnproxy/blob/refactor/relay/main.go