Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 291 Bytes

File metadata and controls

19 lines (17 loc) · 291 Bytes

Decentralized Certificate Generation and Verification System using Blockchain

Run front end:

cd client
npm install
npm start

Run Web3 Stay on root directory

npm install truffle
truffle init

deploying contract in blockchain

truffle compile
truffle migrate --reset