Skip to content

EricGrill/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

About

Bitcoin payroll app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published