# solana-airdrop-checker

> ## Prerequisite

Latest version **2.0.0** (published 2024-05-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install solana-airdrop-checker
pnpm add solana-airdrop-checker
yarn add solana-airdrop-checker
bun add solana-airdrop-checker
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2024-05-02 |
| First published | 2024-03-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 6.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | lyhv |

## Links

- npm: https://www.npmjs.com/package/solana-airdrop-checker
- Repository: https://github.com/web3-lyhv/solana-airdrop-checker
- Issues: https://github.com/web3-lyhv/solana-airdrop-checker/issues
- npm.io page: https://npm.io/package/solana-airdrop-checker

## Dependencies (10)

- [fs](https://npm.io/package/fs.md) ^0.0.1-security
- [axios](https://npm.io/package/axios.md) ^1.6.7
- [yargs](https://npm.io/package/yargs.md) ^17.7.2
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [number-rand-cli](https://npm.io/package/number-rand-cli.md) ^1.1.0
- [telegram-assistant](https://npm.io/package/telegram-assistant.md) ^1.3.0
- [urlgithub-to-object](https://npm.io/package/urlgithub-to-object.md) ^1.0.3
- [markdown-expands-tab](https://npm.io/package/markdown-expands-tab.md) ^1.2.0
- [ssl-http-with-docker](https://npm.io/package/ssl-http-with-docker.md) ^1.1.0
- [urlbitbucket-to-object](https://npm.io/package/urlbitbucket-to-object.md) ^1.0.1

## Recent versions

- 2.0.0 (latest) — 2024-05-02
- 1.1.3 — 2024-03-05
- 1.1.2 — 2024-03-04
- 1.1.1 — 2024-03-04
- 1.1.0 — 2024-03-04
- 1.0.0 — 2024-03-01

## README

# Solana Airdrop checker

## Prerequisite

- Node

## Install

```
npm install
```

## Run

```
ts-node src/index.ts --addresses [your_path].txt --apikey [your_api_key]
```

> **_NOTE:_**  
> `[your_path].txt` is the path to the file containing the list of addresses to check, that contains one address per line.
>
> Example:
>
> ```
> EtfaPcTB9xt4QD4ixdmffU7SLYraKXnDM6YMxpgoaz1o
> EoJLNYSqtc36po2sD3NKZpv1NEu4UmNWTdG84uJVhNkU
> ```

## Example

```
ts-node src/index.ts --addresses ./addresses.txt --apikey 123456789

Result:
┌─────────┬────────────────────────────────────────────────┬───────────┬─────┬──────┬─────────┬─────┬─────┬──────┬──────┬─────┬──────┬─────────────┐
│ (index) │ address                                        │ WEN       │ JTO │ HXRO │ PYTH    │ JUP │ LFG │ BONK │ FOMO │ RKT │ PONK │ BSKT        │
├─────────┼────────────────────────────────────────────────┼───────────┼─────┼──────┼─────────┼─────┼─────┼──────┼──────┼─────┼──────┼─────────────┤
│ 0       │ 'EtfaPcTB9xt4QD4ixdmffU7SLYraKXnDM6YMxpgoaz1o' │ '643,652' │ '0' │ '0'  │ '1,000' │ '0' │ '0' │ '0'  │ '0'  │ '0' │ '0'  │ '1,150,000' │
│ 1       │ 'EoJLNYSqtc36po2sD3NKZpv1NEu4UmNWTdG84uJVhNkU' │ '643,652' │ '0' │ '0'  │ '0'     │ '0' │ '0' │ '0'  │ '0'  │ '0' │ '0'  │ '400,000'   │
└─────────┴────────────────────────────────────────────────┴───────────┴─────┴──────┴─────────┴─────┴─────┴──────┴──────┴─────┴──────┴─────────────┘
Output eligible airdrop path: /Users/lyhv/Documents/crypto/solana_check_airdrop/src/output.json
```
## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

---
_Source: https://npm.io/package/solana-airdrop-checker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
