Go to file
Bryan Stitt 3ad1424403
Update main.rs
2022-03-04 19:59:13 -08:00
src Update main.rs 2022-03-04 19:59:13 -08:00
.gitignore initial commit 2022-03-04 19:46:57 -08:00
Cargo.lock initial commit 2022-03-04 19:46:57 -08:00
Cargo.toml initial commit 2022-03-04 19:46:57 -08:00
LICENSE add LICENSE 2022-03-04 19:56:05 -08:00
README.md Update README.md 2022-03-04 19:58:59 -08:00

web3-proxy

quick and dirty proxy for ethereum nodes (or similar)

% cargo run -- --help
    Finished dev [unoptimized + debuginfo] target(s) in 0.04s
     Running `target/debug/eth-proxy --help`
Usage: eth-proxy --eth-primary-rpc <eth-primary-rpc> --eth-private-rpc <eth-private-rpc> [--listen-port <listen-port>]

Proxy Web3 Requests

Options:
  --eth-primary-rpc the primary Ethereum RPC server
  --eth-private-rpc the private Ethereum RPC server
  --listen-port     the port to listen on
  --help            display usage information