Skip to content

ithacaxyz/exp-0001

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages