Difference between revisions of "GRPC"
VeriBlockTim (talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
+ | <translate> | ||
+ | |||
+ | |||
+ | <!--T:1--> | ||
See: [[Main_Page]] | See: [[Main_Page]] | ||
Line 16: | Line 22: | ||
https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client | https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client | ||
+ | |||
+ | </translate> |
Revision as of 05:41, 16 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: