lnbits-legend/lnbits/extensions/example
2020-04-16 20:58:16 +02:00
..
templates/example chore(vue): use g for consistency with Flask 2020-04-03 22:38:50 +02:00
__init__.py Create __init__.py 2020-02-19 22:58:58 +00:00
config.json.example chore: brokenbits example extension 2020-04-03 22:28:25 +02:00
migrations.py refactor: improve database migrations 2020-04-16 20:58:16 +02:00
README.md Merge branch 'master' into lnbitsevents 2020-02-20 11:08:46 +00:00
views.py chore: brokenbits example extension 2020-04-03 22:28:25 +02:00
views_api.py Update views_api.py 2020-04-04 00:35:39 +01: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"