Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proximax-storage/java-xpx-chain-sdk
ProximaX Sirius-Chain Java SDK
https://github.com/proximax-storage/java-xpx-chain-sdk
catapult java proximax sdk sirius
Last synced: 8 days ago
JSON representation
ProximaX Sirius-Chain Java SDK
- Host: GitHub
- URL: https://github.com/proximax-storage/java-xpx-chain-sdk
- Owner: proximax-storage
- License: apache-2.0
- Created: 2018-03-18T00:30:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T14:26:29.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:16:47.431Z (7 months ago)
- Topics: catapult, java, proximax, sdk, sirius
- Language: Java
- Homepage:
- Size: 51.3 MB
- Stars: 7
- Watchers: 14
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/proximax-storage/java-xpx-chain-sdk/badge.svg?branch=master)](https://coveralls.io/github/proximax-storage/java-xpx-chain-sdk?branch=master)
[![Build Status](https://travis-ci.com/proximax-storage/java-xpx-chain-sdk.svg?branch=master)](https://travis-ci.com/proximax-storage/java-xpx-chain-sdk)# 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](https://github.com/proximax-storage/java-xpx-chain-sdk/wiki) for latest version of the project.
This library requires use of Java8. Releases of library are published to [Maven Central](https://search.maven.org/search?q=a:java-xpx-chain-sdk) and [snapshots](https://oss.sonatype.org/content/repositories/snapshots/io/proximax/java-xpx-chain-sdk/) are available in [Sonatype snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). To include library and its dependencies, add following to your build script:
### Maven ###
```xml
io.proximax
java-xpx-chain-sdk
${javaXpxVersion}```
### Gradle ###
```gradle
compile "io.proximax:java-xpx-chain-sdk:${javaXpxVersion}"
```## Documentation ##
For SDK documentation and examples see [wiki](https://github.com/proximax-storage/java-xpx-chain-sdk/wiki) and [JavaDoc](https://proximax-storage.github.io/java-xpx-chain-sdk/javadoc/).
Check [integration tests](https://github.com/proximax-storage/java-xpx-chain-sdk/tree/master/src/e2e/java/io/proximax/sdk) 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](https://github.com/proximax-storage/java-xpx-chain-sdk/issues/new) or PR and we'll review your contribution.
## License ##Project is licensed under Apache License Version 2.0. See [LICENSE](https://github.com/proximax-storage/java-xpx-chain-sdk/blob/master/LICENSE) file for details.
Copyright (c) 2019 ProximaX Limited