rmsrob / monit-txpool_status

Get formatted response for RPC call txpool_status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get formatted response for RPC call txpool_status

License:Apache License 2.0


Languages

Language:Go 100.0%