lnbits-legend/lnbits/extensions/captcha
2020-12-30 17:06:30 -08:00
..
static/js payment hash added to captcha for server-side verification 2020-12-30 17:06:30 -08:00
templates/captcha payment hash added to captcha for server-side verification 2020-12-30 17:06:30 -08:00
__init__.py captcha extension added 2020-12-30 15:50:08 -08:00
config.json captcha extension added 2020-12-30 15:50:08 -08:00
crud.py captcha extension added 2020-12-30 15:50:08 -08:00
migrations.py captcha extension added 2020-12-30 15:50:08 -08:00
models.py captcha extension added 2020-12-30 15:50:08 -08:00
README.md captcha extension added 2020-12-30 15:50:08 -08:00
views.py captcha extension added 2020-12-30 15:50:08 -08:00
views_api.py captcha extension added 2020-12-30 15:50:08 -08: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"