Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lhdeng/client-sdk-java

Repository files navigation

Overview

Java SDK is a Java development kit for PlatON public chain provided by PlatON for Java developers.

Build

 git clone https://github.com/PlatONnetwork/client-sdk-java.git
 cd client-sdk-java/
 ./gradlew clean jar //Generate jar package
	./gradlew clean distZip //Generate code generation skeleton tool
 ./gradlew -Pintegration-tests=true :integration-tests:test //To run the integration tests:
 

Use

<dependency>
 <groupId>com.platon.client</groupId>
 <artifactId>core</artifactId>
 <version>0.11.0.1</version>
</dependency>

or

compile "com.platon.client:core:0.11.0.1"
  • use in project
Web3j web3 = Web3j.build(new HttpService("https://host:port"));

Other

more reference wiki

About

A java interface for interacting with the PlatON network

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Java 98.6%
  • C++ 1.3%
  • Other 0.1%

AltStyle によって変換されたページ (->オリジナル) /