@phylax-systems/monitor-ui v1.0.3-rc.9
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
Clone the Phylax repository:
git clone https://github.com/phylaxsystems/helmet.git cd helmet
Install dependencies:
pnpm install
Navigate to the Monitor UI directory:
cd apps/monitor-ui
Create a
.env.local
file in themonitor-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.
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago