Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sambacha/gethulent

Geth JSON-RPC client for proxy/MEV.mocking transactions/calls
https://github.com/sambacha/gethulent

api ethereum geth json-rpc mempool mocking

Last synced: 23 days ago
JSON representation

Geth JSON-RPC client for proxy/MEV.mocking transactions/calls

Awesome Lists containing this project

README

        

# gethulent

> Minimal JSON RPC mocking/proxy/cli for Ethereum Geth

## Overview

```bash
$ gethulent --help
```

## Install
```
go get -v github.com/sambacha/gethulent
```

### Building

```bash
make gethulent
```

### Run tests

```bash
make test
```

## License

SPDX-License-Identifier: Apache-2.0