ethsearch is a cmd tool to search infos on eth network, you can search balance of the given address, or transactions, nfts.
first, install nodejs, git in your OS
then, clone the source code with git, and install modules
git clone https://github.com/douxin/ethsearch.git
cd ethsearch
npm icreate .env, add your Alchemy api key
touch .env
echo "API_KEY=YOUR_API_KEY" > .envthen, we can print the help doc with:
node ethsearch --helpget command help with:
node ethsearch CMD --help
node ethsearch getBlock --helpThe script only support few commands now, you can clone the code and add more commands if you want. I use Alchemy and eth3, see the docs for more information.