Skip to content

A Android interface for interacting with the PlatON network

License

Notifications You must be signed in to change notification settings

cocoleecoco/client-sdk-android

 
 

Repository files navigation

Overview

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

Build

    git clone https://github.com/PlatONnetwork/client-sdk-java.git
    cd client-sdk-java/
    ./gradlew clean jar            //Generate jar package
   

Use

<dependency>
    <groupId>com.platon.client</groupId>
    <artifactId>core</artifactId>
    <version>0.3.0-android</version>
</dependency>

or

compile "com.platon.client:core:0.3.0-android"
  • use in project
Web3j web3j = Web3jFactory.build(new HttpService("https://host:port"));

Other

more reference wiki

About

A Android interface for interacting with the PlatON network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%