Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.31 KB

LitBitPay

LitBitPay is a PayRoll System used to pay employees base on schedules. Schedules can be hourly, weekly monthly.

demo

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)

Features

  • Manage employee details
  • Create employee's invoice
  • Pay employee's invoice
  • Listen for payment
  • LND support

Installation

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

  1. $ node -v
  2. $ npm -v
  3. $ https://github.com/Jeezman/LitBit.git

Start Server

  1. $ cd /LitBit/server 4 $ npm install 5 $ npm run dev

Note : LitBitPay server runs on port 3000 by default.