Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 441 Bytes

kickstart-ethereum-app

A React.js (with Next.js) app connecting to ethereum's Reinkeby test network, deploys a contract factory and allowing users to levrage the contracts to conduct project campaigns

Run the app

  • Clone the repo
  • -$ cd ~/kickstart-ethereum-app
  • -$ npm install
  • To run dev env:
    • -$ npm run dev
  • To run prod env
    • -$ npm run build && npm run start
  • You probably should have node.js installed first :)