Conversation
haven't used it yet, but someone should hook up aperture+LSAT (github.com/lightninglabs/) to a nostr relay, already has support for websockets proxying
missing link here would be new event kind sent by the relay to conditionally request LSAT session upgrade to pay for resources
2
11
30
the aperture proxy now also supports dynamic pricing for each endpoint as well: github.com/lightninglabs/ -- so the proxy can ask the relay what the proposed price should be on the fly
prob want to add more metadata here to scope by session/user/lsat:
I think you'd then want to give the Aperture server a _bit_ more context (but ideally in a loosely coupled manner), so it can be the one that manages the paid sessions: when to send the upgrade event, asking the relay for pricing, managing LSATs, etc
this way can just drop in
1
1
6
relays that want more control over the static/default pricing, would then implement that Prices gRPC server above to be able to give aperture more information w.r.t what the costs should be in a dynamic manner
1
1
3
Show replies


