Client library of Iroha written completely in Java 8, which includes:
- SDK to work with Iroha API
- async wrapper over Iroha API
- testcontainers wrapper for convenient integration testing with Iroha.
- examples in java and groovy
Module | Javadoc | How to Import |
---|---|---|
Client SDK | master | compile "me.lucifer.iroha-java:client:$version " |
Testcontainers | master | testCompile "me.lucifer.iroha-java:testcontainers:$version" |
Read more to get specific javadoc/lib version(s).
- master branch of
hyperledger/iroha-java
is compatible with master branch ofhyperledger/iroha
- branches
v1.0.0_*
are compatible with tagged releases of Iroha. Example:v1.0.0_rc2
.
Please read CONTRIBUTING.md.