This project demonstrates a basic use of the blockchain to store the credentials of the certificate generated by an organisations. And when any other third party entity want to validate or verify the originality of the certificate then he can easily validate it through retriving the credentials from blockchain. As blockchain is an immutable, decentralized and cryptographicaly secure ledger, the validator can fully trust on the technology and the process.
flow diagram-
Application Architecture
Try running some of the following tasks:
yarn hardhat compile
yarn hardhat run scripts/store.js
yarn hardhat run scripts/getdata.js
yarn hardhat test
yarn hardhat run scripts/deploy.js