https://github.com/daoleno/wtfnode
A proxy for distributing requests to multiple evm node providers.
https://github.com/daoleno/wtfnode
ethereum evm jsonrpc
Last synced: 2 months ago
JSON representation
A proxy for distributing requests to multiple evm node providers.
- Host: GitHub
- URL: https://github.com/daoleno/wtfnode
- Owner: daoleno
- Created: 2023-07-16T06:49:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T16:53:42.000Z (over 2 years ago)
- Last Synced: 2026-01-15T06:57:14.637Z (5 months ago)
- Topics: ethereum, evm, jsonrpc
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👺 WTFNode
WTFNode is a proxy for distributing requests to multiple evm node providers.
## Features
- Round-robin Load Balancing
- Rate Limiting
- Request Retry
- Failover
- Batch Request
- Custom Method Mapping
## Installation
```sh
go install github.com/daoleno/wtfnode@latest
```
## Usage
```sh
mv example.proxy.toml proxy.toml
wtfnode proxy -c proxy.toml
```
## License
[MIT](https://choosealicense.com/licenses/mit/)