From c9d7dc29402ae3766b01b932aee590ded0b57e2d Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 4 Mar 2022 19:58:00 -0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 813c1efa..d4e13779 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # 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-private-rpc [--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 private Ethereum RPC + --help display usage information + +```