Skip to content

semuxproject/semux-java

Repository files navigation

Semux Java SDK

This is the Java SDK for interacting with Semux Network.

Using as a library

First, add the Jitpack repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Then, declare semux-java as a dependency

<dependency>
    <groupId>com.github.semuxproject</groupId>
    <artifactId>semux-java</artifactId>
    <version>{git.commit.id}</version>
</dependency>

For more, please see docs and example.

Building from source

Prerequisites:

  • Java 8 or above

Command:

git clone https://github.com/semuxproject/semux-java
cd semux-java
./gradlew build

License

MIT License