This is awesome 👏
For those too lazy/cynical to click a link:
  • Bitcoin Lightning paywall and authentication using LSATs.
  • Charge to access your API without requiring user accounts, API keys, credit cards, or storing any user data.
  • Requires a lightning node and a single line of code in your server. Built with LND, Nodejs, and Typescript.
  • All you need to put a paywall in front of a route on your server is this one line of code: app.use(boltwall())
All that’s missing is some example flows to inspire developers
reply