Difference between revisions of "NodeCore Source Code"
VeriBlockTim (talk | contribs) (Created page with "See: Main_Page __TOC__ == Overview == Eventually the entire NodeCore Suite will be fully open sourced (i.e. what has been available on https://github.com/VeriBlock/node...") |
VeriBlockTim (talk | contribs) |
||
Line 14: | Line 14: | ||
== NodeCore Suite == | == NodeCore Suite == | ||
− | See: | + | See: https://github.com/VeriBlock/nodecore |
* nodecore-grpc --> see [[GRPC]] for client examples and pre-compiled outputs for popular languages. | * nodecore-grpc --> see [[GRPC]] for client examples and pre-compiled outputs for popular languages. | ||
* nodecore-ucp --> mining commands. | * nodecore-ucp --> mining commands. | ||
* veriblock-core --> common utilities like working with VBK addresses, encoding, transactions, etc... | * veriblock-core --> common utilities like working with VBK addresses, encoding, transactions, etc... |
Revision as of 15:42, 8 April 2019
See: Main_Page
Contents
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...