Difference between revisions of "NodeCore Source Code"

From Veriblock Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
<languages/>
 +
 +
<translate>
 +
 +
 +
<!--T:1-->
 
See: [[Main_Page]]
 
See: [[Main_Page]]
  
 
__TOC__
 
__TOC__
  
 +
<!--T:2-->
 
== Overview ==
 
== Overview ==
  
Line 22: Line 29:
 
Other parts, like the PoP Miner, NC_CLI, and the NodeCore service itself are on the roadmap to be added to this repo and therefore open-sourced.
 
Other parts, like the PoP Miner, NC_CLI, and the NodeCore service itself are on the roadmap to be added to this repo and therefore open-sourced.
  
 +
<!--T:3-->
 
== Other Code ==
 
== Other Code ==
  
Line 34: Line 42:
  
 
* C++ --> https://github.com/VeriBlock/nodecore.cpp
 
* C++ --> https://github.com/VeriBlock/nodecore.cpp
 +
 +
</translate>

Revision as of 05:43, 16 April 2019

Other languages:
English


See: Main_Page

Overview

Eventually the entire NodeCore Suite will be fully open sourced (i.e. what has been available on https://github.com/VeriBlock/nodecore-releases).

In the meantime, various parts, as well as supporting code examples, are being gradually open sourced.

  • GRPC - includes examples how to call the GRPC api, which is essentially anything from the NC_CLI
  • PoP_Miner_API - how to call

NodeCore Suite

See: https://github.com/VeriBlock/nodecore

  • nodecore-grpc --> see GRPC for client examples and pre-compiled outputs for popular languages.
  • nodecore-ucp --> mining commands.
  • veriblock-core --> common utilities like working with VBK addresses, encoding, transactions, etc...

Other parts, like the PoP Miner, NC_CLI, and the NodeCore service itself are on the roadmap to be added to this repo and therefore open-sourced.

Other Code

Also open sourced:

Language Translations