/ethsearch

a command tool to search infos on eth network

Primary LanguageJavaScript

ethsearch

ethsearch is a cmd tool to search infos on eth network, you can search balance of the given address, or transactions, nfts.

how to use

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 i

create .env, add your Alchemy api key

touch .env
echo "API_KEY=YOUR_API_KEY" > .env

then, we can print the help doc with:

node ethsearch --help

get command help with:

node ethsearch CMD --help
node ethsearch getBlock --help

how to develop

The 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.