演示代码

From Veriblock Wiki
Revision as of 13:42, 18 April 2019 by Caesar (talk | contribs) (Created page with "为了帮助愿意参与开发的Veriblock社区成员,我们将提供演示代码样本。我们鼓励开发者们探索代码,尝试写一些有趣的应用并提供反...")
Jump to: navigation, search
Other languages:
English • ‎中文(中国大陆)‎


参见: 主页面

概述

为了帮助愿意参与开发的Veriblock社区成员,我们将提供演示代码样本。我们鼓励开发者们探索代码,尝试写一些有趣的应用并提供反馈。


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.