Products
Bonkit ships two open-source tools that share the same on-chain airdrop model. Pick the one that matches how you want to run the campaign.
Available Products
- Airdrop Studio CLI —
@bonkit/airdrop-studio. Launches a local studio, creates the on-chain airdrop, and generates a deployable Vite + React claim site. Best when you want a configurable studio and a hostable claim page without writing code. - Airdrop SDK —
@bonkit/airdrop-sdk. TypeScript SDK to read airdrop state and build versioned transactions formerkleandonchainclaim flows. Best when you want to embed eligibility checks and claim transactions in your own app or backend.
Which Should I Use?
| You want to | Use |
|---|---|
| Launch a campaign with a configurable studio and a hostable claim site | Airdrop Studio CLI |
| Embed claim into your own app, backend, or CI job | Airdrop SDK |
Both tools create the same on-chain airdrop. You can prototype with the CLI and later automate parts of the flow through the SDK without recreating the campaign.
Last updated on