git clone https://github.com/weavevm/wvm-proxy-rpc.git
cd wvm-proxy-rpc
cargo build && cargo shuttle run --port 3000
curl -X POST http://localhost:3000 -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'