Skip to content

xinlei87/payroll

 
 

Repository files navigation

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

  1. Install dependencies npm install -g truffle ethereumjs-testrpc
  2. Install Metamask
  3. Run testrpc
  4. Add first account in testrpc to Metamask by importing private key
  5. Run truffle compile in the project directory
  6. truffle migrate
  7. npm 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • CSS 3.0%
  • HTML 1.7%