Inspiration

What it does

An airdrop project issuance platform built on the starknet chain. Project owners can easily release airdrop tokens by operating on the front-end interface. By specifying the airdrop configuration, such as whether the airdrop amount is random or specified according to the API interface provided by the project owner, the storage method of the airdrop record, on-chain storage represents the direct use of a map in the contract to record the airdrop amount received by the user, and off-chain storage uses a merkle tree, and only the merkle root is stored in the contract.

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for esay-airdrop

  1. Supports payment options, where sponsors or advertisers can pay for users to receive airdrops
  2. Combined with zero-knowledge proof for privacy airdrop, the user's airdrop information is treated as private data;
  3. Airdrops can be combined with launchpad for token sales, making it more convenient for token issuance projects
  4. By adding AI agents, you can publish airdrop projects on social media such as Twitter based on natural language

Built With

Share this project:

Updates