deth icon indicating copy to clipboard operation
deth copied to clipboard

OpenRPC Support

Open shanejonas opened this issue 5 years ago • 0 comments

I think this project could benefit from integration with OpenRPC which provides a base foundation for service discovery and tooling such as documentation and client generation, typings (typescript/rust), etc, for JSON-RPC akin to OpenAPI/Swagger.

Here is an example of an ethereum node with the OpenRPC playground, it gets the OpenRPC Document via calling the rpc.discover method:

https://playground.open-rpc.org/?schemaUrl=https://services.jade.builders/core-geth/mainnet/1.11.2

Let me know how I can help.

shanejonas avatar May 19 '20 21:05 shanejonas