Skip to content

Commit 14fc96a

Browse files
committed
docs: add OpenRPC references
1 parent e9eadfa commit 14fc96a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@
55
- [JSON-RPC 2.0 Specification](https://www.jsonrpc.org/specification)
66
- [golang.org/x/tools/internal/jsonrpc2](https://github.com/golang/tools/tree/master/internal/jsonrpc2)
77
- [github.com/sourcegraph/jsonrpc2](https://github.com/sourcegraph/jsonrpc2)
8+
9+
## OpenRPC
10+
11+
The OpenRPC Specification defines a standard, programming language-agnostic interface description for JSON-RPC 2.0 APIs.
12+
13+
- [open-rpc.org](https://open-rpc.org)
14+
- [OpenRPC Specification](https://spec.open-rpc.org/)
15+
- [OpenRPC GitHub organization](https://github.com/open-rpc)
16+
17+
### examples
18+
19+
- [etclabscore/ethereum-json-rpc-specification: A specification of JSON-RPC methods that an EVM-based blockchain client must implement.](https://github.com/etclabscore/ethereum-json-rpc-specification)

0 commit comments

Comments
 (0)