Update README.md

This commit is contained in:
Bryan Stitt 2022-03-04 19:58:00 -08:00 committed by GitHub
parent 4f131dfdd3
commit c9d7dc2940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-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 private Ethereum RPC
--help display usage information
```