Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 831 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 831 Bytes

EXP-0001: Account Delegation with EIP-7702

output.mp4

Read the Blog Post

Overview

Exploration of utilizing EIP-7702 to designate an experimental Delegation Contract (with basic P256 Authorization & Batch Call capabilities) onto an EOA. This experiment also leverages a Sequencer to enable sponsored transactions via an odyssey_sendTransaction RPC method.

Getting Started

Example

# Install pnpm
$ curl -fsSL https://get.pnpm.io/install.sh | sh - 

$ pnpm install # Install modules
$ pnpm dev # Run

Contracts

# Install Foundry
$ foundryup

$ forge build # Build
$ forge test # Test