Skip to content

Nuagic/ethapistat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Network API stats

Inspired from https://github.com/cubedro/eth-net-intelligence-api

This backend fetch last block number from api.etherscan.io, api.bscscan.com or any compatible webservice and connects through WebSockets to eth-netstats to feed information

Prerequisite

Start daemon using docker

docker run -e API_HOST=api.etherscan.io -e API_KEY=<your_api_key_from_api.etherscan.io> -e WS_SECRET=<your_ethstat_password> -e WS_SERVER=ws://<your_ethstat_server> -ti nuagic/ethapistat:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published