| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Conspulse is a modern Tendermint validator dashboard for networks like the Polygon. It provides real-time consensus state, validator stats, and network insights, helping users and operators monitor validator performance and network health.
git clone https://github.com/vitwit/conspulse
cd conspulse/servernpm installAPI_SECRET=api-secret
CLICKHOUSE_HOST=http://localhost:8123
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=your_secure_password
CLICKHOUSE_DATABASE=default
PORT=3000
RPC_URL=http://localhost:26657npm run devcd dashboardNEXT_PUBLIC_RPC_URL=http://localhost:26657/
NEXT_PUBLIC_NETWORK_NAME=Polygon Localnet
NEXT_PUBLIC_SCRIPT_API_URL=http://localhost:8080
NEXT_PUBLIC_WEBSOCKET = ws://localhost:26657/
NEXT_PUBLIC_METRICS_BACKEND_URL= http://localhost:3000
NEXT_PUBLIC_EXPLORER_URL=https://polygonscan.com/address/npm installnpm run build && npm startThe dashboard can connect to a Go-based backend for comparing Cosmos SDK node databases (for consensus/apphash debugging).
To run the backend server:
cd scripts/iavlviewer
./iavlviewer --server --port=8080Powered by Vitwit
| Back | FazBrowse Home | New Git URL |