Skip to content

proximax-storage/java-xpx-chain-sdk

Repository files navigation

ProximaX Sirius Blockchain Java SDK

License Coverage Status Build Status

ProximaX Sirius Blockchain Java SDK

Official ProximaX Sirius Blockchain SDK Library in Java.

The ProximaX Sirius 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.

Use the library

See wiki for latest version of the project.

This library requires use of Java8. Releases of library are published to Maven Central and snapshots are available in Sonatype snapshot repository. To include library and its dependencies, add following to your build script:

Maven

<dependency>
    <groupId>io.proximax</groupId>
    <artifactId>java-xpx-chain-sdk</artifactId>
    <version>${javaXpxVersion}</version>
</dependency>

Gradle

compile "io.proximax:java-xpx-chain-sdk:${javaXpxVersion}"

Documentation

For SDK documentation and examples see wiki and JavaDoc.

Check integration tests for working examples how to use the library.

Contribution

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.

License

Project is licensed under Apache License Version 2.0. See LICENSE file for details.

Copyright (c) 2019 ProximaX Limited