feat: add LNBits wallet plugin integration

- Introduced LNBits as a Lightning Network wallet provider for Lamassu ATMs.
- Added configuration options for LNBits in the environment variables.
- Implemented core functionalities including invoice creation, payment processing, balance monitoring, and payment status tracking.
- Created unit tests for the LNBits plugin to ensure functionality and error handling.
- Updated development environment setup to include LNBits configuration.
This commit is contained in:
padreug 2025-09-12 21:06:00 +02:00
parent 2f0cc901eb
commit fc761844b7
7 changed files with 757 additions and 28 deletions

View file

@ -0,0 +1 @@
module.exports = require('./lnbits')