/Zencon

Repository for Zencon Hackaton

Primary LanguageJavaScript

Setup -PROJECT IS IN PROGRESS (DASHBOARD, ABOUT US AND VIEW PROFILE NEEDS TO BE FINISHED)

  1. Download Metamask Extension from chrome
  2. Set up your wallet using ganache
  3. Access your local account using ganache and test run the program
Untitled.video.mp4

How to Install System

npm i

How to Run System

npm run start

For Backend: When you change the contract file you have to use deploy.js if you change the contract, them migrate it using truffle.

node compile.js
truffle init
truffle migrate