An open API service indexing awesome lists of open source software.

https://github.com/0xsharma/txpool-snapshot

This repo gets the txpool from a node using RPC call and displays miners and number of low price(<30 Gwei) mined by them.
https://github.com/0xsharma/txpool-snapshot

ethereum maticnetwork txpool

Last synced: 3 months ago
JSON representation

This repo gets the txpool from a node using RPC call and displays miners and number of low price(<30 Gwei) mined by them.

Awesome Lists containing this project

README

        

## TxPool-Snapshot

###### This repo gets the txpool from a node using RPC call and displays miners and number of low price(<30 Gwei) mined by them.

#

### Pre-Requisites
HTTPS RPC on localhost:8545
> You can also change in the code `var HTTPSWEB3 = `

#

### Install dependencies
Use `npm install` to download and install all dependencies.

#

### Run the code
`node index.js`