Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 393 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 393 Bytes

It compares two different frontends (ReactJS and plainJS ) for ethereum dAPP.

  • Metamask is required.
  • Rinkeby network is configured in the code.
  • browserify is required when you modify main.js in plain.
    > npm install -g browserify
    

react

  > cd react
  > npm install
  > npm run start

plain

  > cd plain
  > npm install
  > npm run bro
  > npm run start