How to Build "Buy Me a Coffee" DeFi dapp
- BuyMeACoffee solidity contract -> ./packages/hardhat/contracts
- BuyMeACoffee website code -> ./packages/website
You can try a demo on Replit:
https://buymeacoffee-solidity-defi-tipping-app.jesman22.repl.co/
Or run this website on your computer (local):
Go to directory ./packages/website
npm install
to install dependencies
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.