Some examples of using the SDK including the transfering, deploying, querying and so on.
The Dependencies includes the corresponding JAVA SDK and web3j.
<dependency>
<groupId>io.github.conflux-chain</groupId>
<artifactId>conflux.web3j</artifactId>
<version>X.X.X</version>
</dependency>
The sdk's version should be larger than 1.2.4 (suport the PoSRegister and CrossSpaceCall internal contracts).
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.9.2</version>
</dependency>
The Java-Conflux-SDK can be found in https://github.com/Conflux-Chain/java-conflux-sdk