# iroha-java **Repository Path**: Ace.com/iroha-java ## Basic Information - **Project Name**: iroha-java - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-09-02 - **Last Updated**: 2022-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://img.shields.io/jitpack/v/hyperledger/iroha-java.svg)](https://jitpack.io/#hyperledger/iroha-java) # iroha-java Client library of [Iroha](https://github.com/hyperledger/iroha) written completely in Java 8, which includes: - [x] [SDK](./client) to work with Iroha API - [x] async wrapper over Iroha API - [x] [testcontainers](./testcontainers) wrapper for convenient integration testing with Iroha. - [x] [examples in java](./client/src/test/java/jp/co/soramitsu/iroha/java/) and [groovy](./client/src/test/groovy/jp/co/soramitsu/iroha/java/) ## usage | Module | Javadoc | How to Import | |----------------|--------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------| | Client SDK | [master](https://jitpack.io/com/github/hyperledger/iroha-java/client/master-SNAPSHOT/javadoc/) | `compile "com.github.hyperledger.iroha-java:client:master-SNAPSHOT"` | | Testcontainers | [master](https://jitpack.io/com/github/hyperledger/iroha-java/testcontainers/master-SNAPSHOT/javadoc/) | `testCompile "com.github.hyperledger.iroha-java:testcontainers:master-SNAPSHOT"` | [Read more](https://jitpack.io/docs/#features) to get specific javadoc/lib version(s). ## compatibility and release policy - **master** branch of `hyperledger/iroha-java` is compatible with **master** branch of `hyperledger/iroha` - branches `v1.0.0_*` are compatible with tagged releases of Iroha. Example: `v1.0.0_rc2`. ## contribute Please read [CONTRIBUTING.md](./CONTRIBUTING.md). ## if you have any questions Please contact the community [here](https://github.com/hyperledger/iroha#need-help) to get answers as soon as possible.