payroll
payroll copied to clipboard
A payroll system developed with React and Solidity for Ethereum
payroll
It is common for the payment to be overdue or missed when working for small business and contract employment. A payroll system based on Ethereum can be a solution resolving this issue.
Features
- Add/Update/Delete employees
- Add fund to the contract
- Ensure employees get paid on time
Get Started
- Install dependencies
npm install -g truffle ethereumjs-testrpc - Install Metamask
- Run
testrpc - Add first account in testrpc to Metamask by importing private key
- Run
truffle compilein the project directory truffle migratenpm run start
Why this is better than traditional system
- Get rid of costly third party HR management
- Make employees be able to get payment ontime