lnbits-legend/lnbits/extensions/paywall
2020-04-25 23:55:07 +02:00
..
templates/paywall refactor(paywall): remove unnecessary hashing paranoia 2020-04-25 23:55:07 +02:00
__init__.py refactor(paywall): remove unnecessary hashing paranoia 2020-04-25 23:55:07 +02:00
config.json Update config.json 2020-04-18 01:38:25 +01:00
crud.py feat: paywall extension 2020-04-21 23:42:41 +02:00
migrations.py chore(paywall): minor updates 2020-04-21 23:47:21 +02:00
models.py refactor(paywall): remove unnecessary hashing paranoia 2020-04-25 23:55:07 +02:00
README.md chore: remove pending macaroon mentions 2020-04-21 23:22:01 +02:00
views_api.py refactor(paywall): remove unnecessary hashing paranoia 2020-04-25 23:55:07 +02:00
views.py feat: paywall extension 2020-04-21 23:42:41 +02:00

Example Extension

*tagline*

This is an example extension to help you organise and build you own.

Try to include an image

If your extension has API endpoints, include useful ones here

curl -H "Content-type: application/json" -X POST https://YOUR-LNBITS/YOUR-EXTENSION/api/v1/EXAMPLE -d '{"amount":"100","memo":"example"}' -H "X-Api-Key: YOUR_WALLET-ADMIN/INVOICE-KEY"