https://github.com/weavevm/wvm-rpc-proxy
https://github.com/weavevm/wvm-rpc-proxy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/weavevm/wvm-rpc-proxy
- Owner: weaveVM
- License: mit
- Created: 2024-05-26T23:58:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T10:23:02.000Z (over 1 year ago)
- Last Synced: 2025-02-19T11:27:22.695Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)