·eip-7702
!

eip-7702

melonask/eip-7702-skills

Expert guide for EIP-7702 implementation, implementing sponsored transactions, creating delegated smart contracts, and interacting via Viem v2. Use when needing to implement `gasless` token transfers via EIP-7702, create batching contracts, or understand the EIP-7702 transaction flow with Viem.

4Installs·0Trend·@melonask

Installation

$npx skills add https://github.com/melonask/eip-7702-skills --skill eip-7702

SKILL.md

EIP-7702 enables Externally Owned Accounts (EOAs) to temporarily delegate their code to a smart contract during a transaction. This allows EOAs to function as smart contracts, enabling features like:

To use EIP-7702, you need an implementation contract. This contract will be the code that the EOA "borrows".

Key Requirement: The contract must handle authentication (ensure the EOA signed the intent) and replay protection (nonce), as the EIP-7702 authorization only delegates code, it doesn't inherently validate the payload of the function call if anyone can call it.

Expert guide for EIP-7702 implementation, implementing sponsored transactions, creating delegated smart contracts, and interacting via Viem v2. Use when needing to implement `gasless` token transfers via EIP-7702, create batching contracts, or understand the EIP-7702 transaction flow with Viem. Source: melonask/eip-7702-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/melonask/eip-7702-skills --skill eip-7702
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is eip-7702?

Expert guide for EIP-7702 implementation, implementing sponsored transactions, creating delegated smart contracts, and interacting via Viem v2. Use when needing to implement `gasless` token transfers via EIP-7702, create batching contracts, or understand the EIP-7702 transaction flow with Viem. Source: melonask/eip-7702-skills.

How do I install eip-7702?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/melonask/eip-7702-skills --skill eip-7702 Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/melonask/eip-7702-skills

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-01

Related Skills

None