Difference between revisions of "Developer Guide"
VeriBlockTim (talk | contribs) (Marked this version for translation) |
(Marked this version for translation) |
||
(One intermediate revision by one other user not shown) | |||
Line 75: | Line 75: | ||
<!--T:22--> | <!--T:22--> | ||
* [[HowTo Integrate NodeCore with a Service]] | * [[HowTo Integrate NodeCore with a Service]] | ||
+ | |||
+ | == Other Links == <!--T:29--> | ||
+ | |||
+ | <!--T:30--> | ||
+ | [[Docker]] | ||
== Forums == <!--T:9--> | == Forums == <!--T:9--> |
Latest revision as of 14:06, 8 January 2020
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
Other Links
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