Difference between revisions of "GRPC/en"
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 3: | Line 3: | ||
− | See: [[Main_Page]] | + | See: [[Main_Page]], [[NodeCore_HTTP_API]] |
__TOC__ | __TOC__ | ||
Line 20: | Line 20: | ||
https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client | https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client | ||
+ | |||
+ | |||
+ | Community members have made GRPC samples in other languages: | ||
+ | |||
+ | [DISCLAIMER: These are community contributions] | ||
+ | |||
+ | * Python --> https://github.com/speedrunner911/vbk-grpc-python-examples | ||
+ | * Node --> https://github.com/speedrunner911/vbk-grpc-node-examples |
Latest revision as of 14:08, 8 January 2020
See: Main_Page, NodeCore_HTTP_API
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:
https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client
Community members have made GRPC samples in other languages:
[DISCLAIMER: These are community contributions]