output.mp4
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.
# Install pnpm
$ curl -fsSL https://get.pnpm.io/install.sh | sh -
$ pnpm install # Install modules
$ pnpm dev # Run
# Install Foundry
$ foundryup
$ forge build # Build
$ forge test # Test