@uniblock/launcher-airdrop

Summary

Users using this SDK can interact with airdrop contracts they deployed through Uniblock services. They can not only get information from the contract but also claim stored tokens.

Overview

The Uniblock airdrop contract can help users temporarily store their token to let their recipients receive their tokens in a cryptographically secure way. The contract uses merkle proof to handle participation in the airdrop. This package is created to simplify the usage of the airdrop contract, allowing users to interact with it like any other SDK package.

Get Started

Add the SDK to the project to get started,

npm i @uniblock/launcher-airdrop

or with yarn,

yarn add @uniblock/launcher-airdrop