We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48e121 commit 815ea6fCopy full SHA for 815ea6f
README.md
@@ -0,0 +1,16 @@
1
+# JSON-RPC Proxy
2
+
3
+This Python script (found in `scripts/jsonrpcproxy.py`) provides HTTP proxy to Unix Socket based JSON-RPC servers.
4
+Check out --help option for more information.
5
6
+## Use
7
8
+```bash
9
+jsonrpcproxy.py --backend_path ~/.ethereum/geth.ipc --proxy_url http://127.0.0.1:8545
10
+```
11
12
+These values above are the default ones too. If they match your current configuration, they can be ommitted.
13
14
+## License
15
16
+Apache-2.0
0 commit comments