OpenRPC Inspector is a simple tool to create, modify and execute JSON-RPC requests.
- Edit JSON-RPC request
- Test JSON-RPC request against a given URL
It can be used as a standalone tool or included in other projects.
https://inspector.open-rpc.org
Need help or have a question? Join us on Discord!
You can configure the default request, url and transport via url params:
?url=http://localhost:8545
?request[jsonrpc]=2.0&request[method]=eth_chainId&request[id]=0
?transport=websocket
here is a full example:
How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.