Sample DApp

Sample Decentralized Application (DApp)

This project utilizes the turbo-repo framework to effectively manage its monorepo structure. To get the project up and running, kindly follow the steps outlined below:

Setup Instructions

  1. Install Dependencies

Begin by installing the required dependencies. In your terminal, execute the following command:

npm install
  1. Run the Development Server

To launch the development server, run the following command:

npm run dev
  1. Preview the Result

Open your preferred web browser and navigate to http://127.0.0.1:5173 (opens in a new tab) to view the outcome of the project.

By adhering to these steps, you will have successfully set up and initiated the DApp development environment.