Track ResilientDB blocks, transactions, and ledger data in real-time

Clone this repo:
  1. d3fe182 Merge branch 'main' of https://github.com/ResilientApp/Explorer by Priyal Soni · 5 weeks ago main
  2. df6b727 updated header redirect by Priyal Soni · 5 weeks ago
  3. ec7bb8e Update README.md by Priyal Soni · 5 weeks ago
  4. ab63f23 added hyperlink to ResilientDB website by Priyal Soni · 6 weeks ago
  5. 34b29cb Added styling changes and dark mode for Blocks page by Priyal Soni · 6 weeks ago

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

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint