https://github.com/scarfacedotcom/usdt-highest-balance-checker
This is a script that uses Tyoescript, Node.js and the ethplorer.io API to fetch data on the top USDT token holders on the Ethereum network and identify the address with the highest balance. The script outputs the address and the balance in USDT. This was completed as part of a task given by Web3Bridge.
https://github.com/scarfacedotcom/usdt-highest-balance-checker
Last synced: 7 months ago
JSON representation
This is a script that uses Tyoescript, Node.js and the ethplorer.io API to fetch data on the top USDT token holders on the Ethereum network and identify the address with the highest balance. The script outputs the address and the balance in USDT. This was completed as part of a task given by Web3Bridge.
- Host: GitHub
- URL: https://github.com/scarfacedotcom/usdt-highest-balance-checker
- Owner: scarfacedotcom
- Created: 2023-02-26T12:04:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T12:13:36.000Z (over 2 years ago)
- Last Synced: 2025-01-16T04:12:41.397Z (9 months ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```