New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@phylax-systems/monitor-ui

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phylax-systems/monitor-ui

## Overview

  • 1.0.3-rc.9
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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.

FAQs

Package last updated on 17 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc