1.0.3-rc.9 • Published 8 months ago

@phylax-systems/monitor-ui v1.0.3-rc.9

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Phylax Monitor UI

Overview

The Phylax Monitor UI is a Next.js application that serves as the primary user interface for the Phylax blockchain monitoring system. It provides a responsive and interactive dashboard for users to view blockchain data, alerts, and manage their monitoring tasks.

Features

  • Real-time blockchain data visualization
  • Alert management interface
  • Integration with Phylax API for data retrieval and task management
  • Responsive design for desktop and mobile devices

Prerequisites

  • Node.js (version 20.0.0 or higher)
  • pnpm (version 9.5.0 or higher)

Installation

  1. Clone the Phylax repository:

    git clone https://github.com/phylaxsystems/helmet.git
    cd helmet
  2. Install dependencies:

    pnpm install
  3. Navigate to the Monitor UI directory:

    cd apps/monitor-ui
  4. Create a .env.local file in the monitor-ui directory and add necessary environment variables:

    NEXT_PUBLIC_API_BASE_URL="http://localhost:4002/api/v2"

Usage

To start the development server:

pnpm run dev

To build for production:

pnpm run build

To start the production server:

pnpm start

Contributing

Please read the CONTRIBUTING.md file for details on our code of conduct and the process for submitting pull requests.