Skip to content

Created a Decentralized Application (DApp) using the Blockchain-based Smart Contracts to allow the secure and instantaneous verification of academic transcripts.

Notifications You must be signed in to change notification settings

vaikunthsd/trans-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransVerify

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.

Getting Started with the Application

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

migrate --reset should run inside the truffle console

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.

About

Created a Decentralized Application (DApp) using the Blockchain-based Smart Contracts to allow the secure and instantaneous verification of academic transcripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published