Bitcoin-ABC / Bitcoin-ABC/bitcoin-abc

JSON-RPC Discovery Support

Open
#391 1 comment 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
C++
Stars
1.3k
Forks
788
PR merge metrics
No merged PRs in 30d

Description

## Details
I think this project could benefit from integration with OpenRPC which provides a base foundation for service discovery and tooling such as documentation/client generation/mock server 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](https://spec.open-rpc.org/#service-discovery-method) method:

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

and just the bare inspector:
https://inspector.open-rpc.org/?url=https://services.jade.builders/core-geth/mainnet/1.11.2

Let me know how I can help.

Contributor guide

Open the contributing guide

Research direction

The issue proposes adding OpenRPC-based discovery and tooling for this project's JSON-RPC services, but names no files, tests, or entry points. First map the existing JSON-RPC implementation and determine the required discovery and OpenRPC document scope; done would mean an agreed implementation plan and corresponding support for the proposed tooling.

Written by the indexing model from the issue text.

Assessment

Tech stack
json
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.