Skip to content

Cryptoimba2024/erc20_balance_checker_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

# ERC-20 Balance Checker (JavaScript) This project is a simple script to check the balance of an ERC-20 token for a specific address. ## Features - Uses ethers.js to interact with the Ethereum blockchain - Retrieves token balances and formats them for readability ## Usage 1. Install dependencies: ``` npm install ethers ``` 2. Update the script with the contract address, wallet address, and Infura project ID. 3. Run the script: ``` node erc20_balance_checker.js ``` ## Note Ensure you have a valid Infura project ID and access to the Ethereum network. # erc20_balance_checker_js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published