Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 765 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 765 Bytes

Kickstart-replica

A blockchain Dapp similar to kickstart web-app.

Steps to run

  1. Clone or download the project.
  2. Change the directory using cd Kickstart-replica-master command on the terminal.
  3. Install all the dependencies using command yarn install .
  4. Copy your metamask keyworks once got while registering on it and paste that keywords in deploy.js file as the first parameter to provider.
  5. Run the app at localhost with npm run dev command on the terminal.

* User must have the metamask extention of google chrome to use the functionalities of this app.