@dropsy/airdrop
v0.3.0
Published
Dropsy - The Token Distribution Layer on SOLANA - A powerful and flexible airdrop protocol for seamless token distribution on the Solana blockchain.
Maintainers
Keywords
Readme
dropsy-airdrop
What is Dropsy ?
Dropsy Protocol is the token distribution layer for Solana, enabling creators, protocols, and teams to distribute tokens with zero friction.
With Airdrop Master, teams can create their own airdrop systems, customize fee models, and even build entire token-distribution products on top of Dropsy.
What You Can Build ?
- Airdrop launchpads
- Claim portals
- Community reward apps
- Platform-level distribution tools (with your own fee model)
- Growth, referral, or engagement incentive systems Dropsy is built to unlock a wild range of Web3 opportunities, empowering teams to launch incentives, boost growth, and create meaningful reward experiences with ease.
🚨 Important Notes
⚠️ This SDK is in active development
⚠️ All program addresses are temporary
⚠️ Instruction formats may change without warning
⚠️ Devnet only - no mainnet support yet
🔭 Current Status (v0.β)
- Network: Devnet only
- Stability: Experimental
- Program ID: Subject to change
Full API documentation: https://docs.dropsy.org/
Installation
npm install @dropsy/airdrop
# or
yarn add @dropsy/airdrop
# or
pnpm add @dropsy/airdropThe @solana/kit and @solana-program/token are required if not already installed:
Using npm
npm install @solana/kit @solana-program/token
Using yarn
yarn add @solana/kit @solana-program/token
Examples
Examples under update (coming soon)
📚 Documentation
Full documentation is available at 👉 https://docs.dropsy.org/
