https://github.com/chlunetwork/chlu-explorer
Web front end for watching ratings and reviews data collected using chlu protocol
https://github.com/chlunetwork/chlu-explorer
Last synced: about 1 year ago
JSON representation
Web front end for watching ratings and reviews data collected using chlu protocol
- Host: GitHub
- URL: https://github.com/chlunetwork/chlu-explorer
- Owner: ChluNetwork
- License: mit
- Created: 2018-02-05T11:17:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T14:00:19.000Z (about 8 years ago)
- Last Synced: 2025-02-01T05:24:04.846Z (over 1 year ago)
- Language: JavaScript
- Size: 368 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chlu Explorer
The Chlu Explorer is a Web Application for inspecting and linking [Chlu](https://chlu.io) data
and analyzing the current state of the network.
[Try an experimental build](https://ipfs.io/ipfs/QmYTB3zg8DFWsKVHSGbcYUxTJ2LDgKPWBu99yfZstodPU1), no download required!
### Screenshots


### 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`