Skip to content

"CLI" tool that displays current block info, TTD, total difficulty, and average block mining times up to the Ethereum Merge via the Infura API. listens for newly mined blocks and prints metrics to stdout

simonshampoo/eth-merge-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum 2.0 Countdown

CLI tool that displays current block info, TTD, total difficulty, and average block mining times up to the Ethereum Merge via the Infura API. Checks whenever a new block is mined and updates info accordingly in a nice format.

Usage

Clone this repository then npm install in the directory.

You need an Infura API key, so go get one at www.infura.io, then create a .env file like so:

INFURA_API_KEY=<YOUR INFURA API KEY HERE>

Then,

node index.js.

LFG

About

"CLI" tool that displays current block info, TTD, total difficulty, and average block mining times up to the Ethereum Merge via the Infura API. listens for newly mined blocks and prints metrics to stdout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published