pull down to refresh

If you're building Lightning payments and want practical, copy/pasteable starting points, I published a small set of guides this week:

Quick L402 flow (what the guide uses):

# request -> get 402 + invoice in WWW-Authenticate
curl -i https://your-api.example.com/endpoint

# pay invoice, then retry with proof
curl -i \
  -H "Authorization: L402 <payment_hash>" \
  https://your-api.example.com/endpoint

If any of these saved you time, there’s a tip button on each article page (simple-boost).