https://github.com/chainsafe/nodewatch-ui
https://github.com/chainsafe/nodewatch-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainsafe/nodewatch-ui
- Owner: ChainSafe
- License: lgpl-3.0
- Created: 2021-07-05T15:13:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T18:40:53.000Z (about 3 years ago)
- Last Synced: 2025-10-02T02:53:31.493Z (4 months ago)
- Language: TypeScript
- Size: 2.06 MB
- Stars: 32
- Watchers: 7
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeWatch Frontend (UI)
A web-based user interface will be developed to display the data collected by a [devp2p crawler](https://github.com/ChainSafe/eth2-crawler) targeted at Eth2 nodes. It will contain the following:
- Client breakdown by agent type
- Toggle connectable vs all seen in last month
- Client-version breakdown
- Regional breakdown with map
- IP type where possible – hosted, residential, etc
# Running the project
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and using [Craco](https://github.com/gsoft-inc/craco) for configuration.
Provide the crawler graphql endpoint in a `.env` file in root as per `.env.template`.
To run in development mode
```
yarn install
yarn start
```
To build
```
yarn install
yarn build
```
# LICENSE
See the [LICENSE](https://github.com/ChainSafe/eth2-crawler-ui/blob/main/LICENSE) file for license rights and limitations (lgpl-3.0).