Skip to content

Attempts to crawl the Ethereum network of valid Ethereum Nodes and visualizes them in a nice web dashboard.

License

Notifications You must be signed in to change notification settings

evmbridge/node-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Node Crawler

Crawls the network for Ethereum nodes and creates a dashboard that lets you visualize them.

Features:

  • Advanced filtering, allows you to add filters for a customized dashboard
  • Drilldown support, allows you to drill down the data to find interesting trends
  • Fork view, currently supports predefined filters for London fork
  • Works in mobile

Contribute

This is an early project to make a rich dashboard for ethereum nodes.

Frontend

Copy .env into .env.local and replace the variables. And then npm install then npm start

Run tests to make sure the data processing is working good. npm test

Backend

cd api
go build ./ .

Crawler

TBD

About

Attempts to crawl the Ethereum network of valid Ethereum Nodes and visualizes them in a nice web dashboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.9%
  • Go 19.2%
  • HTML 2.0%
  • Dockerfile 1.5%
  • JavaScript 0.3%
  • Batchfile 0.1%