An open API service indexing awesome lists of open source software.

https://github.com/wevm/invoker

Generalized EIP-3074 Invoker with batch transaction support.
https://github.com/wevm/invoker

Last synced: 9 months ago
JSON representation

Generalized EIP-3074 Invoker with batch transaction support.

Awesome Lists containing this project

README

          

> [!WARNING]
> THIS REPOSITORY HAS BEEN UPSTREAMED TO [`3074-invokers`](https://github.com/anton-rs/3074-invokers).

# EIP-3074 Invoker

Generalized EIP-3074 Invoker with batch transaction support. Inspired by @clabby's work on [`eip-3074-foundry`](https://github.com/clabby/eip-3074-foundry).

## Patches

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

- [`revm`](https://github.com/jxom/revm/tree/jxom/eip-3074)
- [`foundry`](https://github.com/jxom/foundry/tree/jxom/eip-3074)
- [`solc`](https://github.com/clabby/solidity/tree/cl/eip-3074)

## Installation

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

## Building Contracts

```
make build
```

## Running Tests

```
make test
```