Rust Proxy

Run a Rust RPC Proxy locally or on cloud

Run Locally

git clone https://github.com/weavevm/wvm-proxy-rpc.git

cd wvm-proxy-rpc

cargo build && cargo shuttle run --port 3000

Try it!

curl -X POST http://localhost:3000 -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'

You can find the proxy server codebase here: https://github.com/weaveVM/wvm-rpc-proxy

Last updated