Skip to content

XinFinOrg/XDC_Forensics

Repository files navigation

Forensics-ui

XDC forking detection system
with a mission to be the most reliable blockchain


Dev setup

UI of XDC Forensics monitoring

nvm use
npm run install:clean
npm run dev

Go to http://localhost:8080

Host on server

Note: Below will run the frontend only. In order to have the forensics fully funcational, you are required to host the backend as well. Please follow the instruction from XDC-Stats to host the forensics backend.

  1. Install serve
npm install -g serve
  1. Start the server
npm run start

It shall now runs on port 8888