Installation
The Dropsy SDK requires @solana/kit as a peer dependency. This is the next-generation Solana JavaScript library that replaces the legacy @solana/web3.js package.
If you're familiar with the legacy web3.js library, you can:
- Check the official upgrade guide at solana-kit-docs.vercel.app
npm install @solana/kit
npm install @dropsy/airdrop
You're all set! Now letβs move on to setting up your project.