Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 759 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 759 Bytes

Warning

THIS REPOSITORY HAS BEEN UPSTREAMED TO 3074-invokers.

EIP-3074 Invoker

Generalized EIP-3074 Invoker with batch transaction support. Inspired by @clabby's work on eip-3074-foundry.

Patches

This repository contains patches (h/t @clabby) of the following repositories to support EIP-3074 opcodes:

Installation

git submodule update --init --recursive && make

Building Contracts

make build

Running Tests

make test