Skip to content

kenryu42/buy-me-a-coffee-defi-dapp

Repository files navigation


Logo

Buy Me a Coffee DeFi Dapp

A project for Alchemy Road to Web3 Lesson 2.



Contents
  1. Live Demo
  2. Getting Started
  3. Configuration
  4. Usage
  5. Lint Check
  6. Contact
  7. Acknowledgments
  8. License

Live Demo

(back to top)

Getting Started

Prerequisites

  • Install Node.js version 16.x
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.

Installation

npm install

(back to top)

Configuration

Create an .env.local file in the root directory of the project with the contract address:

NEXT_PUBLIC_CONTRACT_ADDRESS=

(back to top)

Usage

Run the following command to start the server in development mode:

npm run dev

(back to top)

Lint Check

To format code and fix linting errors, run the following command:

npm run fix

(back to top)

Contact

kenryu.eth - @kenryu42 - ken0ryu@gmail.com

(back to top)

Acknowledgments

(back to top)

LICENSE

This project is MIT licensed.

(back to top)