-
[OpenRPC](https://open-rpc.org/) is a (human and) machine-readable, programming language-agnostic [JSON-RPC](https://www.jsonrpc.org/) API interface description standard.
Having such a document cou…
-
Not sure really where this ticket belongs, but this project and the surrounding ones are awesome.
http://open-rpc.org/ is an OpenAPI-like specification for JSON-RPC based architectures.
I think …
-
We should add some of the functionality of `tool openrpc validate` into the test suite itself.
Should probably do this after the test is run, or dump logs and allow the user to run as a separate s…
-
## todo
* [ ] generate openrpc specs starting from V files
* [ ] test openrpc files in playground
* [ ] host playground in vweb server (make function for it), put files in weblibs as needed
* [ ] mec…
-
### Feature Request
https://github.com/software-mansion/starknet.py/blob/2a8419009c21628c4514f3c3611f3652f5eba124/starknet_py/net/client_models.py#L394-L410
![image](https://github.com/user-atta…
-
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 for JSON-RPC akin to Ope…
-
hey there,
Firstly, wicked project!
I was wondering if you would be interested in having this project accept [OpenRPC document specifications](https://open-rpc.org)? [Here are some simple examp…
-
Our current openrpc.json file is buggy in several way (and is broken for massa-web3 auto generation for example)
* Validate openrpc.json using a json schema (is there is any)?
* Validate API unit te…
-
See https://open-rpc.org for details.
-
Fusio currently has an JsonRPC endpoint which can be used as an alternative way to call actions. We could also implement the OpenRPC spec https://open-rpc.org/ so that it would be possible to get an o…