https://github.com/3lang3/script_airdrop
https://github.com/3lang3/script_airdrop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/3lang3/script_airdrop
- Owner: 3lang3
- Created: 2023-06-23T12:21:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T02:54:22.000Z (almost 3 years ago)
- Last Synced: 2025-07-08T18:21:28.674Z (about 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 空投脚本
- `addresses.txt` 为接受空投的地址,一行一个
- 在 `index.ts` 中配置好 `privateKey` 和 `amount` 需要空投的数量
## 运行
```bash
pnpm install # 安装依赖
pnpm swc index.ts # 开始空投
```