Skip to content

conflux-fans/java-sdk-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-sdk-examples

Introduction

Some examples of using the SDK including the transfering, deploying, querying and so on.

Dependencies

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages