Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.