Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Files

Latest commit

5ceee3e · Jan 30, 2023

History

History

ethstats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2023
Jan 30, 2023
Jan 30, 2023

EthStats server

Status
Stability alpha
Component Type library

This library defines EthStatsServer, a server implementing the EthStats protocol. Over a websocket connection, Ethereum clients can connect and send information to this server.

The server accepts a EthStatsServerController which will receive all the information from clients.

You will need to implement your own controller. There is a controller for OpenTelemetry provided as example in this library, OpenTelemetryServerController.