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

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

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
```