Difference between revisions of "Demo Code"
(Created page with "See: Main_Page __TOC__ == Overview == To help engage developers within the VeriBlock community, there will be demo code samples. We'd encourage developers to explore th...") |
VeriBlockTim (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
+ | <translate> | ||
+ | |||
+ | |||
+ | <!--T:1--> | ||
See: [[Main_Page]] | See: [[Main_Page]] | ||
+ | <!--T:4--> | ||
__TOC__ | __TOC__ | ||
− | == Overview == | + | == Overview == <!--T:2--> |
+ | <!--T:5--> | ||
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. | 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. | ||
+ | See Samples: | ||
− | + | https://github.com/VeriBlock/samples | |
+ | === Call RPC client commands === <!--T:3--> | ||
+ | |||
+ | <!--T:6--> | ||
https://github.com/VeriBlock/demo-rpc-client | https://github.com/VeriBlock/demo-rpc-client | ||
+ | <!--T:7--> | ||
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. | 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. | ||
+ | |||
+ | </translate> |
Latest revision as of 23:41, 16 November 2021
See: Main_Page
Contents
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.
See Samples:
https://github.com/VeriBlock/samples
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.