Difference between revisions of "GRPC"
VeriBlockTim (talk | contribs) (Created page with "See: Main_Page __TOC__ == Overview == NodeCore exposes an GRPC API. The NodeCore_CommandLine calls this API, but any GRPC-programming language can call it as well....") |
VeriBlockTim (talk | contribs) |
||
Line 11: | Line 11: | ||
The release package contains the proto file, an html specification, and several popular pre-compiled outputs: | The release package contains the proto file, an html specification, and several popular pre-compiled outputs: | ||
− | + | https://github.com/VeriBlock/nodecore-releases/releases/download/v0.4.1-grpc/nodecore-idl_generate_12_artifacts.zip | |
This repo is a C# sample how to call common GRPC code: | This repo is a C# sample how to call common GRPC code: | ||
− | + | https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client |
Revision as of 01:50, 4 April 2019
See: Main_Page
Contents
Overview
NodeCore exposes an GRPC API. The NodeCore_CommandLine calls this API, but any GRPC-programming language can call it as well.
See GRPC: https://grpc.io/docs/
The release package contains the proto file, an html specification, and several popular pre-compiled outputs:
This repo is a C# sample how to call common GRPC code: