Difference between revisions of "Demo Code/zh-cn"

From Veriblock Wiki
Jump to: navigation, search
(Created page with "演示代码")
 
(Created page with "参见: 主页面")
Line 3: Line 3:
  
  
See: [[Main_Page]]
+
参见: [[Main_Page|主页面]]
  
 
__TOC__
 
__TOC__

Revision as of 13:40, 18 April 2019

Other languages:
English • ‎中文(中国大陆)‎


参见: 主页面

Overview

To help engage developers within the VeriBlock community, there will be demo code samples. We'd encourage developers to explore this code, experiment writing some interesting apps, and provide feedback.


Call RPC client commands

https://github.com/VeriBlock/demo-rpc-client

This is a very minimalist Java code sample to show how one could call commands exposed in the NodeCore_CommandLine. These include commands like getinfo, getbalance, getpopendorsementsinfo, etc... It also shows some of the utility functions like Utility.bytesToHex or Utility.bytesToBase58.