A real-time monitoring dashboard for ZK proof generation across multiple networks.
This dashboard provides real-time monitoring and analytics for Zero-Knowledge proof generation across various blockchain networks. It offers comprehensive metrics, queue management, and historical tracking of proof generations.
- Aleo
- Aztec
- Bonsol
- Cysic
- Holonym
- Space and Time
- Live proof generation tracking
- Network-specific performance metrics
- System resource utilization
- Success rate monitoring
- Real-time queue status
- Priority-based queue visualization
- Network-specific proof tracking
- Progress monitoring
- Comprehensive proof history
- Network-specific analytics
- Error tracking and analysis
- Performance trends
- Network comparison charts
- Success rate analytics
- Proving time analysis
- Resource utilization graphs
Visit https://zerocomputing.github.io/dashboard/
- React 18
- Vite
- TailwindCSS
- Chart.js
- React Router
- Headless UI
- Node.js 16+
- npm or yarn
- Clone the repository
- Install dependencies:
npm install
- Start development server:
npm run dev
- Open http://localhost:5173
- Create production build:
npm run build
- Preview production build:
npm run preview
The dashboard is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment process is handled by GitHub Actions.
dashboard/
├── src/
│ ├── components/ # React components
│ │ ├── dashboard/ # Dashboard-specific components
│ │ │ ├── NetworkMetrics.jsx
│ │ │ ├── ProvingTimeChart.jsx
│ │ │ └── SuccessRateChart.jsx
│ │ ├── metrics/ # Metrics visualization
│ │ │ ├── PerformancePanel.jsx
│ │ │ ├── SystemHealthPanel.jsx
│ │ │ └── QueueAnalyticsPanel.jsx
│ │ ├── Dashboard.jsx # Main dashboard view
│ │ ├── History.jsx # Proof history view
│ │ ├── Metrics.jsx # Detailed metrics view
│ │ ├── QueueStatus.jsx # Queue management
│ │ └── Sidebar.jsx # Navigation sidebar
│ ├── utils/ # Utility functions
│ │ ├── metricsSimulator.js
│ │ └── networksData.js
│ ├── App.jsx # Main application component
│ └── main.jsx # Application entry point
├── public/ # Static assets
├── index.html # HTML entry point
├── tailwind.config.js # Tailwind CSS configuration
├── vite.config.js # Vite configuration
├── package.json # Project dependencies
└── README.md # Project documentation
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.