Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 850 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 850 Bytes

Go Reference Go Report Card Coverage Status

Monit txpool_status

Get formatted response for RPC call txpool_status

Prerequisite

Required:

Install

go instal github.com/rrobrms/monit-txpool_status@latest

Usage

Adjust this variables to your needs in main.go

var (
	RPC = "ws://127.0.0.1:8545"
	TICK = 2
)
go run main.go