.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;shade:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{shade:#69727d;border:3px strong;background-color:clear}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;peak:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:middle;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{show:inline-block}
by Alfredo
It was actually enjoyable for me to take part within the final Zebra Hackathon Dash, a 2-week interval to be inventive, discover new concepts and construct some proof of idea tasks. This time I labored on an OpenAPI specification for Zebra RPC strategies.
Zebra OpenAPI Specification
With a view to present a documentation useful resource for Zebra RPC strategies, an openapi.yaml specification was added to Zebra, situated on the root of the venture. This file will be pasted into Swagger Editor to robotically render documentation for Zebra’s RPC strategies.
When you’ve got a zebrad node operating at http://localhost:8232 it is possible for you to to ship instructions to the blockchain and retrieve information. In any other case, you possibly can nonetheless view the documentation for the strategies within the Swagger interface. Extra info will be discovered on the Zebra OpenAPI e-book web page. The OpenAPI proof of idea pull request is offered right here.
If there may be curiosity, this documentation might be hosted someplace just like https://zcash.github.io/rpc/, and be stored updated with adjustments and additions to Zebra’s RPC interface. Within the meantime, please attempt it out and tell us what you assume!
The publish Zebra Open API appeared first on Zcash Basis.