Proxy JSON-RPC server for wvm.dev
git clone https://github.com/weavevm/wvm-proxy-rpc.git
cd wvm-proxy-rpc
shuttle run
Network | Supported |
---|---|
testnet | ✅ |
mainnet | ❌ |
curl -X POST https://testnet.wvm.dev -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
curl -X POST https://testnet.wvm.dev -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
This project is licensed under the MIT License