Skip to content

aachal01/certifier-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certifier Dapp - Decentralized and Secured Certification System using Blockchain

Certifier Dapp is a web application built on the Ethereum blockchain that allows users to issue, update, verify and track the change history of certificates. It is built using Web3, Ethers.js, Truffle, and Solidity for the backend and React.js for the frontend. It demonstrates the power and potential of blockchain technology in the field of certification.

Features

  • Signin with Ethereum Wallet (MetaMask)
  • Issue New Certificate
  • Update Issued Certificates
  • Verify Issued Certificates
  • Track Change history of Issued Certificates

Authors

Tech Stack

Web3

Frontend

Environment Setup

Run Locally

Clone the project

  git clone https://github.com/aachal01/certifier-dapp.git

Go to the project directory

  cd certifier-dapp

Install dependencies

  npm install

Deploy Smart Contract locally

  npm run contract:deploy

Start the server

  npm run start

Screenshots

Link MetaMask Account image

View all the Issued Certificates by You! image

Create New Certificate image

Update Issued Certificate image

Verify Certificate and view Change History image

Transactions Preview in Ganache Ganache Transactions Screenshots

Deployed Smart Contract Ganache Smart Contract Screenshots

Appendix

This project was created as a semester course work for the Blockchain Honor Degree at Pimpri Chinchwad College Of Engineering.