eth-balance-checker-use
v1.0.1
Published
A utility to check the balance of an Ethereum address.
Downloads
3
Readme
eth-balance-checker
eth-balance-checker
is a Node.js package that uses the ethgasfetch-use
utility to check and display the balance of a given Ethereum address.
Setup
- Ensure you have Node.js installed on your machine.
- Clone or download this package.
- Run
npm install
in the package directory to install dependencies.
Usage
Edit app.js
to include your Infura Project ID and the Ethereum address whose balance you wish to check. Then, run the following command:
npm start