Difference between revisions of "Developer Guide"
VeriBlockTim (talk | contribs) (→Forums) |
|||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
+ | <translate> | ||
+ | |||
+ | |||
+ | <!--T:1--> | ||
See: [[Main_Page]] | See: [[Main_Page]] | ||
Line 9: | Line 15: | ||
VeriBlock encourages community development. | VeriBlock encourages community development. | ||
+ | <!--T:2--> | ||
== API == | == API == | ||
Line 15: | Line 22: | ||
* Web Explorer --> See: [[Dashboard_API]] | * Web Explorer --> See: [[Dashboard_API]] | ||
+ | <!--T:3--> | ||
== Source Code == | == Source Code == | ||
Line 21: | Line 29: | ||
See [[NodeCore Source Code]] for source code. | See [[NodeCore Source Code]] for source code. | ||
+ | <!--T:4--> | ||
=== All github === | === All github === | ||
https://github.com/search?q=VeriBlock | https://github.com/search?q=VeriBlock | ||
+ | <!--T:5--> | ||
=== VeriBlock Organization === | === VeriBlock Organization === | ||
Line 40: | Line 50: | ||
** https://github.com/VeriBlock/nodecore-pow-cuda-miner | ** https://github.com/VeriBlock/nodecore-pow-cuda-miner | ||
+ | <!--T:6--> | ||
== Technical Specs == | == Technical Specs == | ||
Line 46: | Line 57: | ||
* [[NodeCore CommandLine]] - the NC_CLI is a wrapper around GRPC, and can be for a specification | * [[NodeCore CommandLine]] - the NC_CLI is a wrapper around GRPC, and can be for a specification | ||
+ | <!--T:7--> | ||
== Environments == | == Environments == | ||
Line 54: | Line 66: | ||
* [[AlphaNet]] --> Useful for local or internal development. See: [[HowTo_run_AlphaNet]] | * [[AlphaNet]] --> Useful for local or internal development. See: [[HowTo_run_AlphaNet]] | ||
+ | <!--T:8--> | ||
== HowTo == | == HowTo == | ||
* [[HowTo Integrate NodeCore with a Service]] | * [[HowTo Integrate NodeCore with a Service]] | ||
+ | <!--T:9--> | ||
== Forums == | == Forums == | ||
Line 71: | Line 85: | ||
https://stackoverflow.com/questions/tagged/proof-of-proof | https://stackoverflow.com/questions/tagged/proof-of-proof | ||
+ | </translate> |
Revision as of 04:16, 16 April 2019
See: Main_Page
This page assumes familiarity with running NodeCore.
Contents
Overview
VeriBlock encourages community development.
API
- NodeCore --> See GRPC
- PoP Miner --> See: PoP_Miner_API
- Web Explorer --> See: Dashboard_API
Source Code
Github: https://github.com/VeriBlock
See NodeCore Source Code for source code.
All github
https://github.com/search?q=VeriBlock
VeriBlock Organization
- Core Utilities + UCP + GRPC
- Wallets
- Rpc Client
- https://github.com/VeriBlock/VeriBlock.Demo.Rpc.Client - written in C#
- General samples
- https://github.com/VeriBlock/samples --> includes PoP API
- GPU Miner
Technical Specs
- Protocol_Specification
- GRPC - contains link to official GRPC spec, with html documentation
- NodeCore CommandLine - the NC_CLI is a wrapper around GRPC, and can be for a specification
Environments
There are 3 separate environments:
- MainNet --> The main and fully functional network where coins have economic value. "Live production"
- TestNet --> A test network. Test a feature here before moving to MainNet.
- AlphaNet --> Useful for local or internal development. See: HowTo_run_AlphaNet
HowTo
Forums
See: Stack_Overflow
We are using stackoverflow.com for coding questions. There are tags for "veriblock" and "proof-of-proof". If you have a coding question, consider posting on stackoverflow.com and adding the tag. You could send a link to the question on the Discord (See: Social_Links)
One can see all VeriBlock/PoP questions:
https://stackoverflow.com/questions/tagged/veriblock
or