This project demonstrates a basic DeFi app with a frontend UI.
Steps to run it:
1. Clone the repository (git clone <repo_name>
2. Deploy local hardhat network (npx hardhat node)
3. Deploy the smart contract to your local network (npx hardhat ignition deploy ignition/modules/BuyMeACoffee.ts --network localhost)
4. Deploy the website (npm run dev)
Make sure to change the cotract ABI and Address inside the frontend/contract directory