lnbits-legend/lnbits/extensions/paywall
2020-04-21 08:16:56 +02:00
..
templates/paywall fix(vue): use @submit to send forms, and catch users pressing return 2020-04-21 08:16:56 +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 chore: various tweaks 2020-04-16 20:58:16 +02:00
migrations.py refactor: improve database migrations 2020-04-16 20:58:16 +02:00
models.py feat(paywall): extension basics 2020-04-05 12:20:03 +02:00
README.md feat(paywall): extension basics 2020-04-05 12:20:03 +02:00
views.py feat(paywall): extension basics 2020-04-05 12:20:03 +02:00
views_api.py chore: rename api-key-macaroon 2020-04-16 20:58:16 +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 "Grpc-Metadata-macaroon: YOUR_WALLET-ADMIN/INVOICE-KEY"