https://github.com/3lang3/linea_week7
https://github.com/3lang3/linea_week7
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/3lang3/linea_week7
- Owner: 3lang3
- Created: 2023-06-20T08:32:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T07:37:35.000Z (about 3 years ago)
- Last Synced: 2025-03-28T00:44:08.408Z (over 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 7
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linea 第七周脚本
- 总共 15 个任务,可以拿到 205分,部分任务银河确认较慢可能要隔天才能verify。
- 跑完全部任务,每个钱包准备 `1eth` 的测试币 (gas为100gwei时)
## 🤲 拜托
- 关注本人推特 [@0x3lang](https://twitter.com/0x3lang),会不定期开源脚本
> 请自行检查代码,和项目依赖,风险自担,可以自行修改。
## 环境
- nodejs [lts](https://nodejs.org/en/download)
## 安装依赖
```bash
npm install # 安装依赖
```
## 运行
`keys.txt` 放私钥,一行一个
```bash
npm run swc -a ensreg # 跑第一个任务 [ENS 注册]
npm run swc -a lineaster # 跑第二个任务 [Lineaster] (follow和collect需要有USDC)
...
```
> 全部任务: ensreg, lineaster, snapshotx, lineal2domain, atticc, vitidiary, zkholdem, moonlight, metamerge, readon, battlemon, tatarot, stationx, meet, idriss
支持并发运行,例如:
```bash
npm run swc -a ensreg -b 10 # 例如100个私钥,分十份并发跑,节省时间,但是会降低容错
```