ProximaX Sirius Blockchain Java SDK

The ProximaX Sirius Chain Java SDK is a Java library for interacting with the Sirius Blockchain.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.proximax
ArtifactId

ArtifactId

java-xpx-chain-sdk
Last Version

Last Version

0.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

ProximaX Sirius Blockchain Java SDK
The ProximaX Sirius Chain Java SDK is a Java library for interacting with the Sirius Blockchain.
Project URL

Project URL

https://github.com/proximax-storage/java-xpx-chain-sdk
Project Organization

Project Organization

ProximaX
Source Code Management

Source Code Management

https://github.com/proximax-storage/java-xpx-chain-sdk

Download java-xpx-chain-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/io.proximax/java-xpx-chain-sdk/ -->
<dependency>
    <groupId>io.proximax</groupId>
    <artifactId>java-xpx-chain-sdk</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.proximax/java-xpx-chain-sdk/
implementation 'io.proximax:java-xpx-chain-sdk:0.6.2'
// https://jarcasting.com/artifacts/io.proximax/java-xpx-chain-sdk/
implementation ("io.proximax:java-xpx-chain-sdk:0.6.2")
'io.proximax:java-xpx-chain-sdk:jar:0.6.2'
<dependency org="io.proximax" name="java-xpx-chain-sdk" rev="0.6.2">
  <artifact name="java-xpx-chain-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.proximax', module='java-xpx-chain-sdk', version='0.6.2')
)
libraryDependencies += "io.proximax" % "java-xpx-chain-sdk" % "0.6.2"
[io.proximax/java-xpx-chain-sdk "0.6.2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.reactivex.rxjava2 : rxjava jar 2.2.11

runtime (10)

Group / Artifact Type Version
com.madgag.spongycastle : prov jar 1.58.0.0
org.apache.commons : commons-lang3 jar 3.9
org.apache.commons : commons-math3 jar 3.6.1
com.googlecode.javaewah : JavaEWAH jar 1.1.6
com.google.flatbuffers : flatbuffers-java jar 1.11.0
com.google.code.gson : gson jar 2.8.5
io.gsonfire : gson-fire jar 1.8.3
io.swagger : swagger-annotations jar 1.5.22
com.squareup.okhttp3 : okhttp jar 3.14.1
com.squareup.okhttp3 : logging-interceptor jar 3.14.1

Project Modules

There are no modules declared in this project.

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

io.proximax

ProximaX

Official GitHub Repo of ProximaX Sirius Platform

Versions

Version
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1