Damus
Hasn · 1w
I just open-sourced the simple logic used by NostrPro, now under @coinexams/lightning You can use it with Phoenixd or check the code on github especially zapSign, zapPublish, and payRequest
Hasn profile picture
just updated the fresh lightning package now extremely simple:
1. install @coinexams/lightning on server
2. run `npx @coinexams/lightning setup`, all included phoneix setup/upgrade
3. add `startLightning` to code
4. use `client.zapProcess` to process zap request, all included
❤️1