Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taxmeifyoucan/eth-rpc-proxy
Automatized setup for providing public Ethereum RPC endpoint
https://github.com/taxmeifyoucan/eth-rpc-proxy
Last synced: 20 days ago
JSON representation
Automatized setup for providing public Ethereum RPC endpoint
- Host: GitHub
- URL: https://github.com/taxmeifyoucan/eth-rpc-proxy
- Owner: taxmeifyoucan
- Created: 2022-01-08T19:16:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T14:05:30.000Z (about 2 years ago)
- Last Synced: 2024-10-04T19:42:01.854Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum public proxy
This repository enables easy setup for providing public Ethereum RPC endpoint. It includes a Docker setup with nginx proxy and Dshackle configuration. This creates a service which proxies, filters and balances Ethereum JSON RPC requests to chosen endpoints for various chains.
Check all the details and setup instructions in [this tutorial](https://notes.ethereum.org/KqCx0OhESsOXRWQh3dumuw).
## TODO
- [ ] Authentication layer
- Requests without proper key are blocked
- E.g. Auth layer reads a key file which is automatically updated from a repo
- [x] Http headers
- Dshackle strips headers so they need to be added for each http method
- [ ] Enable upstream connection to local nodes, wss+rpc
- [ ] Alerts for health check service