Destiner / module-airdrop-claim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module-claim

An ERC7579-compatible smart account module that enables automatic

How it works

Any compatible wallet can install the module. A user can specify whether to sell a portion of the airdrop (e.g. to cover taxes). In that case, the share will be exchanged on Uniswpa V3 to a desired token (e.g. USDC).

A module rewards the claimer with a small share of the airdrop to cover the gas costs and the operational expenses.

Repositor Structure

  • src/airdrop: Ancillary contracts for the simulation
  • src/claim-sim: Simulation scripts in Typescript
  • src/module: The module contract

Example

About


Languages

Language:TypeScript 81.6%Language:Solidity 18.4%