An open API service indexing awesome lists of open source software.

https://github.com/3lang3/script_airdrop


https://github.com/3lang3/script_airdrop

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 空投脚本

- `addresses.txt` 为接受空投的地址,一行一个
- 在 `index.ts` 中配置好 `privateKey` 和 `amount` 需要空投的数量

## 运行

```bash
pnpm install # 安装依赖

pnpm swc index.ts # 开始空投
```