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

Latest commit

 

History

History

ethstats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.