Skip to content

Phantola/txview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txview

Txview is a cli-based tool for viewing transactions on the ethereum compatible blockchains using Infura.

Current Version : 0.1.1

Installation

brew tap phantola/tap
brew install txview

Usage

  1. Create a infura account for use infura api key. Infura

  2. Make a file in $HOME/.config/txview/config

cd $HOME/.config/
mkdir txview && cd txview
touch config
  1. Write your infura api key in config file purely (not necessary any other string).
your_infura_api_key

like,

1234567890abcdefg
  1. Run txview
# txview [network] [tx-hash]
txview eth-goerli 0x-tx-hash

Support chain

txview --help // You can find support chain

Disclaimer

Infura Rate Limit

This program is affected by the rate limit applied to your API key.
See Infura pricing

Infura API key

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.