lnbits-legend/lnbits/extensions/example
2020-03-04 23:11:15 +01:00
..
templates/example refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
__init__.py Create __init__.py 2020-02-19 22:58:58 +00:00
example.config.json refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
README.md Merge branch 'master' into lnbitsevents 2020-02-20 11:08:46 +00:00
schema.sql Update schema.sql 2020-02-19 23:21:44 +00:00
views.py Update views.py 2020-02-23 00:46:38 +00:00
views_api.py Update views_api.py 2020-02-19 23:42:04 +00: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"