repositorypackage
0.0.0-20241123022919-648e009b78ac
Repository: https://github.com/dove-development/dove-rpc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
dove-rpc
This is a simple RPC proxy that implements per-IP rate-limiting, and randomly and evenly routes JSON-RPC calls sent to /
to a set of providers specified in priv/providers.json
(added to .gitignore
to prevent key leakage).
Running
- Install Go: https://go.dev/doc/install
- Clone this repository
- Navigate to the repository directory
- Run
go run .
to start the server