Skip to content

Chainbytes/ChainPayroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

payroll

Bitcoin payroll app

Installation

cd ChainPayroll
npm install

Modify file payroll.json which contains all your payroll information and looks like this:

{
  "payee": [
    {
      "name": "",
      "wallet": "",
      "amount": 10
    },
    {
      "name": "",
      "wallet": "",
      "amount": 10
    }
  ],
  "payor": {
    "address": "",
    "wif": ""
  },
  "webhookUrl": "",
  "channel": "#general",
  "username": "chaintellerbot"
}

To Use

node index.js

Tests

npm test

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Shell 3.5%