-
Open RPC (playground):
https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/etclabscore/ethereum-json-rpc-specification/master/openrpc.json
ETH 2 example: (Open API)
https…
-
Following specification:
```
{
"openrpc": "1.2.4",
"info": {
"title": "",
"version": "1.0.0"
},
"servers": [
{
"url": "/path"
}
],
"methods": []
}
```
…
-
**Is your feature request related to a problem? Please describe.**
As a user, I'd like to extend OpenRPC with Specification Extensions, and be able to validate and play with it in the playground.
-
Opening a method "box" (the UI expanding card) should add an anchor ref to the URL, eg. `https://playground.open-rpc.org/?url=https://gist.githubusercontent.com/meowsbits/a1d523ee32630bfc2c7bd3b5356f2…
-
RPC APIs prevalently require some kind of authentication, often HTTP Basic Auth.
It's currently not even possible to test RPCs and their OpenRPC descriptions:
```json
{
"jsonrpc": "2.0",
…
-
I have begun sketching out this protocol in open-rpc:
https://json.cash
It is still a work in progress.
This is a finished example for ethereum:
https://playground.open-rpc.org/?schemaUrl=…
-
# 0x Mesh GraphQL API Specification
This is a proposal for a new [GraphQL](https://graphql.org/) API for Mesh which will replace the existing JSON-RPC API in Mesh version 10.0.0. The JSON-RPC API w…
-
I followed the pipeline but when execute `npm run start` the following error raise.Since I'm not familiar with Nodejs please let me know how I can resolve the issue.Thanks
```
➜ gatsby git:(main) ✗…
-
**Is your feature request related to a problem? Please describe.**
So I'm just starting to dig into OpenRPC. Love the playground (especially the VSCode extension). It would be really helpful if the…
-
It has been mentioned/talked about several times that it would be beneficial to have multi-client support and it was again a topic (https://hackmd.io/mdclhYDYR6qZVqXXSyEJNA?view#2-What-do-we-want-in-G…
kdeme updated
5 months ago