Simple Certificate Dapp.
Make sure to have a blockchain simulation (ganache/geth/foundry etc.) running on your port 8545.
Clone the project
git clone https://github.com/Kerala-Blockchain-Academy/Express-Certificate-Dapp.gitGo to the project directory
cd Express-Certificate-DappGo to the truffle folder
cd truffleInstall truffle globally
npm install -g truffleCompile & migrate the contract
truffle migrateGo back to the project directory and install dependencies
cd .. && npm installStart the application
npm run devDistributed under the MIT License.