A decentralized beverage ordering dApp built on Ethereum.
- 35+ beverages across 7 categories (Tops, Coffee, Tea, Drinks, Cocktails, Mocktails, Fruit Juice)
- Add to cart, pay with ETH via MetaMask
- On-chain feedback/memos stored permanently on the blockchain
- Beautiful dark luxury UI
npm install
npx hardhat compile
npx hardhat run scripts/deploy.js --network goerlicd client
npm install
npm run devUpdate the contract address in client/src/App.jsx after deployment.
- React + Vite (frontend)
- ethers.js (blockchain interaction)
- Hardhat (contract development)
- Solidity (smart contract)