This is the Java SDK for interacting with Semux Network.
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.
Prerequisites:
- Java 8 or above
Command:
git clone https://github.com/semuxproject/semux-java
cd semux-java
./gradlew build