Skip to content

Commit 815ea6f

Browse files
committed
Add README
1 parent f48e121 commit 815ea6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)