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:

npm install @solana/kit
npm install @dropsy/airdrop

You're all set! Now let’s move on to setting up your project.