-
## 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…
-
the plan would be exposing zos APIs over mycelium IP, Let's start by creating openRPC documentation, underlying handlers won't need to be changed
KDS is suggesting documenting using this https://p…
-
As an extension developer, I want to be able to open a page that shows all the features on the PAPI (commands, events, data providers, etc) and lets me interact with them by clicking buttons, entering…
-
When I use the RUST client generator for this OpenRPC document:
```
{"openrpc":"1.2.1","info":{"version":"0.0.0","title":"afx.core"},"methods":[{"name":"rpc.discover","description":"Returns an Ope…
-
### What problem does your feature solve?
typeseafe programmatic reference to the rpc interface
### What would you like to see?
public package like `github.com/stellar/soroban-tools/rpc` for …
-
RPC Endpoints generating an OpenRPC spec and documentation (Similar to OpenAPI + SwaggerUI) would be a great addition to this.
Would this be something I contribute to this project? Or look at creat…
-
-
Currently (all?) clients manually implement the RPC API, which is problematic, because:
* It leads to accidental implementation bugs, such as unit mistakes (s/vB vs BTC/kvB)
* It is hard to mainta…
-
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) ✗…
-
Using OpenRPC you can describe your JSON-RPC interface, and generate clients accordingly. You can see how we did it for ethereum here: https://github.com/etclabscore/ethereum-json-rpc-specification
…