Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1003 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1003 Bytes

Week 2

How to Build "Buy Me a Coffee" DeFi dapp


Contract Address (Testnet)

Main directories:

Getting Started

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.