-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Official ProximaX Sirius Blockchain SDK Library in Java.
The ProximaX Sirius Catapult Chain Java SDK is a Java library for interacting with the Sirius Blockchain. It provides a complete library set coverage, and supports synchronous and asynchronous requests. This SDK can be used with JVM-based languages like Java, Kotlin, Scala.
This library requires use of Java8. SDK is published to Maven Central.
Examples section provides walkthrough of the SDK use. Check integration tests for working examples how to use the library.
To include library and its dependencies, add following to your build script:
<dependency>
<groupId>io.proximax</groupId>
<artifactId>java-xpx-catapult-sdk</artifactId>
<version>0.1.0</version>
</dependency>
compile 'io.proximax:java-xpx-catapult-sdk:0.1.0'
We'd love to get more people involved in the project. Please feel free to raise issue or PR and we'll review your contribution.
Project is licensed under Apache License Version 2.0. See LICENSE file for details.
- clone repository https://github.com/proximax-storage/java-xpx-catapult-sdk and
cd
to the working tree - set variable
JAVA_HOME
to the location of Java8 JDK - run build
./gradlew assemble
- find the SDK jar in
build/jars
Copyright (c) 2019 ProximaX Limited