Blockchain Certificate Generator is a web application that allows users to create and verify certificates on the Ethereum blockchain.
git clone https://github.com/SainathPoojary/blockchain-certificate-generator.git
cd blockchain-certificate-generator
npm install
npm run contract
Note: Make sure you have Ganache running on port 7545
touch server/.env
MONGODB_URL=<YOUR_MONGODB_URL>
PORT=<YOUR_PORT>
SECRET_KEY=<YOUR_SECRET_KEY>
npm run dev
You can find the preview video here