# incubator-resilientdb-explorer **Repository Path**: mirrors_apache/incubator-resilientdb-explorer ## Basic Information - **Project Name**: incubator-resilientdb-explorer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-23 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ResilientDB Explorer Explorer is a tool for visualizing the ResilientDB blockchain. This displays specific blocks on the blockchain, transactions within the blocks, ledger configuration data, and a chart exposing transaction history, in real-time using Web-sockets. Commits to main branch trigger CI/CD. ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/) ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```