Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.proximax:java-xpx-chain-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.proximax:java-xpx-chain-sdk

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

  • 0.6.2
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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

FAQs

Package last updated on 18 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc