Skip to content

A java interface for interacting with the PlatON network

License

Notifications You must be signed in to change notification settings

cocoleecoco/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
   

Use

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

or

compile "com.platon.client:core:0.4.0"
  • 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

No packages published

Languages

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