EIP-7702 атомарные батч-транзакции Ethereum
★ 7.0 · general
eip7702-atomic-batch is a Claude Code skill that implements atomic batch transactions under the EIP-7702 standard, temporarily delegating smart-contract logic to a regular Ethereum EOA without changing the account address. The skill covers preparing authorization signatures, assembling batch calls, and submitting type-0x04 transactions. It targets developers building account-abstraction wallets or dApps that need to bundle multiple on-chain operations into a single transaction — eliminating the need for a separate smart-contract wallet while keeping full EIP-7702 delegation semantics.