Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.06 KB

Chlu Explorer

The Chlu Explorer is a Web Application for inspecting and linking Chlu data and analyzing the current state of the network.

Try an experimental build, no download required!

Screenshots

Home Review

How it works

The Explorer runs a Chlu Service Node in your browser tab when you load it. In a couple of seconds, it is able to start replicating the latest Chlu reviews and provides an interface to navigate and inspect them.

The Explorer does not need any backend infrastructure to work and connects directly to the Chlu peer to peer network: it is just a static web application hosted on IPFS.

Hacking

The explorer is a react application created using create-react-app

  • install dependencies with yarn
  • start a development server using yarn start
  • create a production build using yarn build