Jeezman / LitBit

Lightning Payroll system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 62.0%Language:TypeScript 27.5%Language:SCSS 7.2%Language:HTML 1.8%Language:CSS 1.2%Language:Shell 0.2%