A payroll system developed with React and Solidty for Ethereum Blockchain platform.
- 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 compile
in the project directory truffle migrate
npm run start