This repository serves as a demonstration of LNbits functionality.
The example project covers the basic LNbits functionality:
- Account creation
- Wallet create / fetch
- Invoice pay / create
However, the actual API provides a much broader set of tools that you can use in your project. Check it out
The most important files to see are in the /src directory.
There you'll find:
main.py— a high-level demonstration of usagemodels.py— example entities in LNbitsservice.py— a Python class that makes requests to LNbits API