An open API service indexing awesome lists of open source software.

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


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

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          





## About
Proxy JSON-RPC server for [wvm.dev](https://wvm.dev)

## Build locally

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

cd wvm-proxy-rpc

shuttle run
```

## Networks

| Network | Supported |
| ------------- |:-------------:|
| testnet | ✅ |
| mainnet | ❌ |

## Usage example

```bash
curl -X POST https://testnet.wvm.dev -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
```
#### Local build

```bash
curl -X POST https://testnet.wvm.dev -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
```

## License
This project is licensed under the [MIT License](./LICENSE)