Txview is a cli-based tool for viewing transactions on the ethereum compatible blockchains using Infura
brew tap VincentJang/tap
brew install txview
-
Create a infura account for use infura api key. Infura
-
Make a file in
$HOME/.config/txview/config
cd $HOME/.config/
mkdir txview && cd txview
touch config
- Write your infura api key in config file purely (not necessary any other string).
your_infura_api_key
like,
1234567890abcdefg
- Run txview
# txview [network] [tx-hash]
txview eth-goerli 0x-tx-hash
txview --help // You can find support chain
This program is affected by the rate limit applied to your API key.
See Infura pricing
This program does not use your API key anywhere except to use an infura request.
This program/developer is not responsible for any issues related to API keys.