You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Execution Abstraction framework that allows apps, frontends, and oracles to fulfill their users' intents and retain their users' MEV by running auctions that match User Operations with Solver Operations. Users do not need a smart wallet. Permissionless for users, apps, and Solvers. Backwards-compatible with existing apps.
MerkelAirdrop is a Solidity smart contract deployed on the Sepolia testnet that facilitates secure and verifiable token airdrops using Merkle proofs and EIP-712 signatures. This is updated version of previous MerkleAirdrop as it does not expect v,r,s values it expects user to directly pass signature.
This project implements an Ethereum-based token airdrop using Merkle Trees and EIP-712 signatures for secure and gas-efficient claims. The contract ensures that only eligible users (based on a pre-generated Merkle Root) can claim tokens, and it verifies their identity using cryptographic signatures.
A cutting-edge token distribution system that combines Merkle tree verification with EIP-712 signatures for maximum security and gas efficiency. Built with Foundry and OpenZeppelin, this protocol implements double-layer cryptographic validation, pre-image attack protection, and comprehensive testing. Perfect for secure, scalable token airdrops.