Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 585 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 585 Bytes

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