lnbits-legend/lnbits/extensions/paywall
2020-04-23 07:32:45 +02:00
..
static/vendor/fingerprintjs2@2.1.0 feat: paywall extension 2020-04-21 23:42:41 +02:00
templates/paywall feat(vue): move confirmDialog to LNbits.utils so we can reuse the styling 2020-04-23 07:32:45 +02:00
__init__.py feat(paywall): extension basics 2020-04-05 12:20:03 +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 feat: paywall extension 2020-04-21 23:42:41 +02:00
README.md chore: remove pending macaroon mentions 2020-04-21 23:22:01 +02:00
views_api.py chore(paywall): minor updates 2020-04-21 23:47:21 +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"