{"id":20441530,"url":"https://github.com/helius-labs/airship","last_synced_at":"2025-04-06T17:11:18.520Z","repository":{"id":260958091,"uuid":"839831279","full_name":"helius-labs/airship","owner":"helius-labs","description":"Helius AirShip is an open-source tool that simplifies and reduces the cost of Solana token airdrops, offering both web and CLI versions.","archived":false,"fork":false,"pushed_at":"2025-03-13T08:58:18.000Z","size":9755,"stargazers_count":61,"open_issues_count":2,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T16:11:47.499Z","etag":null,"topics":["airdrop","helius","solana","zk","zk-compression"],"latest_commit_sha":null,"homepage":"https://airship.helius.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helius-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-08T12:12:37.000Z","updated_at":"2025-03-26T07:36:05.000Z","dependencies_parsed_at":"2024-11-03T22:09:39.670Z","dependency_job_id":"b41c200a-4cf3-458b-a727-12410388399c","html_url":"https://github.com/helius-labs/airship","commit_stats":{"total_commits":143,"total_committers":1,"mean_commits":143.0,"dds":0.0,"last_synced_commit":"4c540288b27af5e4e9b153d994455ecc08492b9d"},"previous_names":["helius-labs/airship"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helius-labs%2Fairship","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helius-labs%2Fairship/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helius-labs%2Fairship/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helius-labs%2Fairship/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helius-labs","download_url":"https://codeload.github.com/helius-labs/airship/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517912,"owners_count":20951718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","helius","solana","zk","zk-compression"],"created_at":"2024-11-15T09:33:30.986Z","updated_at":"2025-04-06T17:11:18.496Z","avatar_url":"https://github.com/helius-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helius AirShip\n\nHelius AirShip is an open-source tool that makes token airdrops simple, affordable, and accessible. Whether you're distributing to Saga Chapter 2 holders, NFT/cNFT holders, SPL token holders, or using a CSV file, Helius AirShip streamlines the process and cuts costs.\n\n## Features\n\n- 🚀 **Simplified Airdrops**: Easy token airdrops for all, no technical skills needed.\n- 💸 **ZK Compression**: Cut costs on large airdrops by reducing account usage. [More info](https://www.zkcompression.com/).\n- 🖥️ **Web Version**: Perfect for small airdrops, up to 200,000 recipients.\n- ⚙️ **CLI Version**: For advanced users needing larger-scale distribution.\n\n## Web Version\n\n### Requirements\n\n- RPC that supports both ZK Compression and the DAS API. If you don't have one, you can get one for free at https://www.helius.dev\n\n### Public Web Version\n\nYou can find public web version of Helius AirShip [here](https://airship.helius.dev).\n\n### Run locally from source\n\n```bash\ngit clone https://github.com/helius-labs/airship.git\ncd airship\npnpm install\npnpm build\ncd apps/web\npnpm preview\n```\n\nOpen http://localhost:4173/\n\n## CLI Version\n\n### Requirements\n\n- Ensure you have Node \u003e= v20.9.0 and pnpm \u003e= v9.13.2 installed on your machine.\n- You will need an RPC that supports both ZK Compression and the DAS API. If you don't have one, you can get one for free at https://www.helius.dev\n- You will need a valid Solana filesystem wallet. If you don't have one yet, visit the [Solana documentation](https://docs.solanalabs.com/cli/wallets/file-system) for details. The CLI will use this wallet for signing transactions, covering transaction fees, and as the owner of the token you wish to distribute.\n\n### Installation\n\n#### Using npm\n\n```bash\nnpm install -g helius-airship\n```\n\n#### Build from source using pnpm\n\n```bash\ngit clone https://github.com/helius-labs/airship.git\ncd airship\npnpm install \u0026\u0026 pnpm build\ncd packages/cli\npnpm link --global\nhelius-airship --help\n```\n\n### Example\n\nTo perform an airdrop, use the following command and follow the steps:\n\n```bash\nhelius-airship --keypair /path/to/your/airdrop_wallet.json --url \"https://mainnet.helius-rpc.com/?api-key=\u003cYOUR_API_KEY\u003e\"\n```\n\nReplace `/path/to/your/airdrop_wallet.json` with the path to your Solana filesystem wallet that holds the token you wish to distribute and some SOL to pay for the transaction fees. Replace `https://mainnet.helius-rpc.com/?api-key=\u003cYOUR_API_KEY\u003e` with your RPC URL and API key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelius-labs%2Fairship","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelius-labs%2Fairship","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelius-labs%2Fairship/lists"}