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