web3-proxy/README.md

19 lines
548 B
Markdown
Raw Normal View History

2022-03-05 06:55:16 +03:00
# web3-proxy
quick and dirty proxy for ethereum nodes (or similar)
2022-03-05 06:58:00 +03:00
```
% 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
2022-03-05 06:58:59 +03:00
--listen-port the port to listen on
2022-03-05 06:58:00 +03:00
--help display usage information
```