Getting Started with the Application
- Make sure you have Node.js and npm installed.
- Create an account on Alchemy to generate an API Key.
- Clone the repository and navigate to the project directory:
git clone <repository-url>
cd <project-directory>
Create a .env file in the root folder.
NEXT_PUBLIC_ALCHEMY_URL = https://eth-mainnet.g.alchemy.com/v2/your_api_key
Now move on to server folder using command
open a new terminal and move out of server folder
now to start our application , write the following command