metachris / eth-was-tx-uncled

Home Page:https://txuncle.metachris.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find out if a tx was uncled (first mined in a block that has been uncled, in which case the tx was sent back to mempool and mined again later).

Usage:

go run cmd/cli/main.go -eth ETH_NODE_URI -tx TX_HASH

You can also use the environment variable ETH_NODE_URI to set a default node URI.

Installation:

# Install
go install github.com/metachris/eth-was-tx-uncled@latest

# Use
eth-was-tx-uncled -h
eth-was-tx-uncled -eth ETH_NODE_URI -tx TX_HASH

About

https://txuncle.metachris.com


Languages

Language:Go 54.6%Language:HTML 41.1%Language:Makefile 4.3%