Skip to content

weaveVM/wvm-rpc-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Proxy JSON-RPC server for wvm.dev

Build locally

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

cd wvm-proxy-rpc

shuttle run

Networks

Network Supported
testnet
mainnet

Usage example

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

Local build

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages