Created a Decentralized Application (DApp) using the Blockchain-based Smart Contracts to allow the secure and instantaneous verification of academic transcripts, empowering both Students and Employers.
First, access the Node.js website to download Node.js and then install it on your machine.
Next, we need to install Truffle, an Ethereum development environment.
npm install -g truffle
Clone TransVerify Application
https://github.com/vaikunthsd/TransVerify.git
cd trans-verify
truffle develop
migrate --reset
Install npn dependencies
cd app
npm install
Now Start the Server within the app directory
npm start
Go to http://localhost:3000
in your browser (Ideally, this url should automatically open in your default browser)
Finally, please follow the instructions provided on the Home page and then on subsequent pages.