Skip to content

A Android interface for interacting with the PlatON network

License

Notifications You must be signed in to change notification settings

PlatONnetwork/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-android.git
    cd client-sdk-android/
    ./gradlew clean jar            //Generate jar package
   

Use

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

or

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

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages