Bitcoin payroll app
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"
}
node index.js
npm test