@jbenz
![]() |
![]() |
|---|
Note
Requires npm, nodejs.
Note
Optional: docker, docker-compose.
- Step 1: Download and run the installer
bash install.sh
- package.json
- server.js
- public/index.html
- docker-compose.yml
- Dockerfile
- .gitignore
- README.md
cd eth-monitor
npm install
npm start
docker-compose up -d
http://localhost:3000
or your machine ip (ie:)
http://10.0.0.2:3000
- ✅ Complete backend API (Node.js + Express)
- ✅ Beautiful dashboard UI (HTML/CSS/JS)
- ✅ Docker support (Dockerfile + docker-compose.yml)
- ✅ All configuration files
- ✅ Complete documentation
- ✅ Real-time Geth + Prysm monitoring

