ProximaX P2P Storage Java SDK
Official ProximaX P2P Storage SDK Library in Java.
ProximaX is a project that utilizes the NEM blockchain technology with the IPFS P2P storage technology to form a very powerful proofing solution for documents or files which are stored in an immutable and irreversible manner, similar to the blockchain technology solutions.
Use the library
See wiki for current version of library.
This library requires use of Java8. Library is published to Maven Central. To include library and its dependencies, add following to your build script:
Maven
<dependency>
<groupId>io.proximax</groupId>
<artifactId>java-chain-xipfs-sdk</artifactId>
<version>${javaXipfsVersion}</version>
</dependency>
Gradle
compile "io.proximax:java-chain-xipfs-sdk:${javaXipfsVersion}"
Groovy
@Grapes(
@Grab(group='io.proximax', module='java-chain-xipfs-sdk', version=javaXipfsVersion)
)
Documentation
For SDK documentation and examples see wiki and JavaDoc.
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