Get formatted response for RPC call txpool_status
Required:
go instal github.com/rrobrms/monit-txpool_status@latest
Adjust this variables to your needs in
main.go
var (
RPC = "ws://127.0.0.1:8545"
TICK = 2
)
go run main.go
Get formatted response for RPC call txpool_status
Required:
go instal github.com/rrobrms/monit-txpool_status@latest
Adjust this variables to your needs in
main.go
var (
RPC = "ws://127.0.0.1:8545"
TICK = 2
)
go run main.go