LitBitPay is a PayRoll System used to pay employees base on schedules. Schedules can be hourly, weekly monthly.
LitBitPay focuses on simplicity and ease of payment. It connects to an existing lightning node (currently LND is supported) to exchange bitcoin between employer and configured employees periodically based on the schedule for employee.
LnMe is one simple executable file that can be deployed anywhere with no dependencies. (on your own node or for example with one click on Heroku)
- Manage employee details
- Create employee's invoice
- Pay employee's invoice
- Listen for payment
- LND support
LitBitPay connects to your LND node, so a running LND node is required. LitBitPay can easily run next to LND on the same system or any other hosting provider.
You need to have Node installed. Simply download the binary and run it! Ensure the the below command runs
$ node -v
$ npm -v
$ https://github.com/Jeezman/LitBit.git
$ cd /LitBit/server
4$ npm install
5$ npm run dev
Note : LitBitPay server runs on port 3000 by default.