The Airdrop SDK for TypeScript helps developers build snap-ins that integrate with DevRev’s Airdrop platform. This SDK simplifies the workflow for handling data extraction and loading, event-driven actions, state management, and artifact handling.
It provides features such as:
- Type Definitions: Structured types for Airdrop control protocol
 - Event Management: Easily emit events for different extraction or loading phases
 - State Handling: Update and access state in real-time within tasks
 - Artifact Management: Supports batched storage of artifacts
 - Error & Timeout Support: Error handling and timeout management for long-running tasks
 
npm install @devrev/ts-adaasPlease refer to the REFERENCE.md file for more information on the types, interfaces and functions used in the library.