Skip to content

zpcsa/xdag-rpc-sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xdag RPC SDK for Java

The Xdag RPC SDK is based on xdag rpc api v1.0, sdk only supports APIs that call local nodes, more features to synchronize xdag rpc api updates

Install Instructions

1.Running the xdag node,ip does not support modification, only supports local calls. To change the port, add "-rpc-port xxxx" to the xdag startup command and modify "defaultApiPort" in "io.xdag.rpc.config.Configuration" in the sdk source. "Attributes. 2.Compile with maven command.

$ ./mvn install -Dmaven.test.skip=true

3.Run the project on the server of the xdag node.

Instructions for use

Call rpc's version API

ResultModel<Version> result = JsonRPCApi.getInstance().version();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages