/smart_contract_lesson

Primary LanguageJavaScriptApache License 2.0Apache-2.0

payroll

A payroll system developed with React and Solidty for Ethereum Blockchain platform.

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