Skip to content

Jasmeet1709/Kickstart-replica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.