Skip to content
/ LitBit Public
forked from Jeezman/LitBit

Lightning Payroll system

Notifications You must be signed in to change notification settings

j-kon/LitBit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lightning Payroll system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 62.1%
  • TypeScript 27.5%
  • SCSS 7.2%
  • HTML 1.8%
  • CSS 1.2%
  • Shell 0.2%