Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danydodson/defi-coffee-client
☕️ by-me-a-defi-coffee
https://github.com/danydodson/defi-coffee-client
Last synced: 27 days ago
JSON representation
☕️ by-me-a-defi-coffee
- Host: GitHub
- URL: https://github.com/danydodson/defi-coffee-client
- Owner: danydodson
- Created: 2023-12-17T01:26:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T02:22:31.000Z (about 1 year ago)
- Last Synced: 2024-11-07T13:26:53.437Z (3 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You can see a demo of this repo on Replit : https://replit.com/@thatguyintech/BuyMeACoffee-Solidity-DeFi-Tipping-app
[![Netlify Status](https://api.netlify.com/api/v1/badges/fe7d2d54-89d8-4728-b43b-58c3b0476171/deploy-status)](https://app.netlify.com/sites/waveportal-contract/deploys)
## Getting Started
`npm install` to install dependencies
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Everything you need is inside `pages/index.js`.
To customize the website to load info from your own contract, change the following:
- Update `contractAddress` in `pages/index.js` to your own BuyMeACoffee contract on the Goerli testnet.
- Update `utils/BuyMeACoffee.json` to match the json artifact for your contract after compilation.
- Update the name and footer text in `pages/index.js` to your own name and info.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.