ruoguluo / smart_contract_lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:JavaScript 95.3%Language:CSS 3.0%Language:HTML 1.7%