Getting Started with the Application

Prerequisites

  • Make sure you have Node.js and npm installed.
  • Create an account on Alchemy to generate an API Key.

Installation

  1. Clone the repository and navigate to the project directory:
    git clone <repository-url>
    cd <project-directory>
    

Generate an API Key.

Create a .env file in the root folder.

Paste the following

   NEXT_PUBLIC_ALCHEMY_URL = https://eth-mainnet.g.alchemy.com/v2/your_api_key

Now move on to server folder using command

   cd server

start the server using

nodemon server.js

open a new terminal and move out of server folder

now to start our application , write the following command

npm run dev