Full DApp example for CED.
Clone the project
git clone https://github.com/Kerala-Blockchain-Academy/ced-dapp-full.git
cd ced-dapp-fullInstall dependencies
npm installCreate a '.env' and add the following variables
CHAIN=sepolia
API_KEY=<your-alchemy-api-key>
PRIVATE_KEY=<your-ethereum-private-key>Deploy the contract
npm run deploy:sepoliaStart the application
npm run devOpen browser for UI