Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sambacha/gethulent
- Owner: sambacha
- License: apache-2.0
- Created: 2021-01-26T03:12:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:05:20.000Z (over 3 years ago)
- Last Synced: 2024-10-06T15:42:03.192Z (about 1 month ago)
- Topics: api, ethereum, geth, json-rpc, mempool, mocking
- Language: Go
- Homepage:
- Size: 2.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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