roxy-proxy 0.1.0

High-performance Ethereum JSON-RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Roxy

[![Crates.io](https://img.shields.io/crates/v/roxy-proxy.svg)](https://crates.io/crates/roxy-proxy)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This is the main entry point for running the Roxy RPC proxy server.

## Usage

```bash
roxy --config config.toml
```

## License

This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.