Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 776 Bytes

File metadata and controls

37 lines (24 loc) · 776 Bytes

EIP-7702 Examples

This repository provides a small collection of examples demonstrating usage of EIP-7702.

Warning

Do not use in production. These contracts are for demonstration purposes only.

The examples cover some scenarios like storage handling, delegating to proxy contract, upgrading delegations, simple ownership and others.

Getting Started

  1. Clone this repository
git clone https://github.com/marcelomorgado/eip-7702-examples.git
  1. Install dependencies
bun install
  1. Run viem examples
./run.sh <example>
  1. Run foundry examples
forge t