kas-eth-balancecheck
v1.0.1
Published
A CLI tool to check the balance of an Ethereum wallet.
Downloads
6
Readme
Ethereum Wallet Balance Reporter
This CLI tool checks and reports the balance of a specified Ethereum wallet using the Etherscan API.
Installation
- Clone this repository.
- Navigate to the cloned directory.
- Run
npm install
to install the dependencies. - Sign up for an API key at Etherscan and create a
.env
file in the project root with your API key asETHERSCAN_API_KEY=your_etherscan_api_key_here
.
Usage
- Start the application by running
npm start
. - When prompted, enter the Ethereum wallet address you wish to check.
- The balance of the specified wallet in ETH will be displayed.
Stay informed about your Ethereum assets directly from your terminal!