https://github.com/3lang3/script_balance_checker
https://github.com/3lang3/script_balance_checker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3lang3/script_balance_checker
- Owner: 3lang3
- Created: 2023-07-19T03:20:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:20:35.000Z (about 3 years ago)
- Last Synced: 2025-07-27T13:49:52.645Z (about 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1155 Balance Checker
暂时只支持查询Linea Nft,后面计划支持erc20/721/1155
## 运行
- 新建 `addr.txt`,一行一个地址,
- `config.ts` 里面配置自己的rpc地址,当前是我的infura地址,免费额度用完后会截流。
```bash
npm install -g pnpm;
pnpm install;
pnpm swc checker > nft.log
```