I’ve rolled my own LNURL server with LN Address support using a ~100 line python script against Core Lightning RPC. It was honestly easier than I anticipated. However it appears I need to do extra steps to get “zaps” to work (to show in nostr clients under a post)

I know very little about the nostr protocol overall, but I looked at NIP-57 to see if I could do it. It looks manageable except I have no idea how to validate the zap request note. Anyone have code examples on GitHub they could share?

https://github.com/nostr-protocol/nips/blob/master/57.md#lnurl-server-side

Reply to this note

Please Login to reply.

Discussion

I might start here: https://github.com/jeffthibault/python-nostr

I don’t know if I’ll actually use the library, but it’ll hopefully put me on the right track.