Difference between revisions of "GRPC"

From Veriblock Wiki
Jump to: navigation, search
(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....")
(No difference)

Revision as of 18:55, 3 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:

TODO - link here

This repo is a C# sample how to call common GRPC code:

TODO - link here