Many people have submitted fake diplomas to job applications. To mitigate this problem, we will build a Dapp (decentralized app) that can issue and store OSU student diplomas on a blockchain.
Submitted to the BeaverHacks Winter 2021. Here's our project submission.
Clone the repo
git clone https://github.com/tobyloki/DiploCheck.gitLaunch the smart contract
cd blockchain
truffle migrate --resetLaunch the website
cd client
npm i
npm start