Skip to content

cryptape/ckb-node-probe-frontend

Repository files navigation

CKB-node-probe-frontend

This is a front-end project aimed at visualizing the changes in the CKB network across different regions and versions.

image

Purpose

The purpose of CKB Node Probe is to provide a data visualization tool for observing the CKB network. It allows users to track and analyze the changes in the CKB network based on geographical regions and software versions.

Getting Started

  • Clone the repository.
git clone git@github.com:cryptape/ckb-node-probe-frontend.git
  • Install the necessary dependencies
npm install
# or
yarn add
  • Run the project
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

The default port is 3000, but it depends on the availability of ports on your system.

Backends

The backend API is provided by project Marci, and data source are from CKB Node Probe. You'll need setup and run these two project before running this project. The project CKB Node Probe contains a docker-compose deployment file for easy deployment, you can just use that to deploy both the probe and the backend.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • ECharts: Powerful charting and visualization library.
  • TypeScript: Typed superset of JavaScript for enhanced development.
  • React framework for server-side rendering and static site generation.

License

This project is licensed under the MIT License.