https://github.com/deltartificial/zksync-mass-airdrop-ts
🌪️ ZKSync Batch Mass Airdrop Checker
https://github.com/deltartificial/zksync-mass-airdrop-ts
airdrop batch checker mass typescript zk zksync
Last synced: about 5 hours ago
JSON representation
🌪️ ZKSync Batch Mass Airdrop Checker
- Host: GitHub
- URL: https://github.com/deltartificial/zksync-mass-airdrop-ts
- Owner: deltartificial
- License: mit
- Created: 2024-06-11T07:51:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T08:14:47.000Z (about 1 year ago)
- Last Synced: 2025-02-25T02:38:12.867Z (4 months ago)
- Topics: airdrop, batch, checker, mass, typescript, zk, zksync
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌪️ zksync-mass-airdrop-ts
To install dependencies:
```bash
bun install
```Add your addresses in "addresses.json":
```json
[
"0x0000000000000000000000000000000000000000",
"0x0000000000000000000000000000000000000001",
"0x0000000000000000000000000000000000000002",
"0x0000000000000000000000000000000000000003"
]
```To run:
```bash
bun run src/index.ts
```