Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 314 Bytes

Client

The client module contains Kotlin implementation of Hyperledger Iroha2 library.

Usage

val iroha2Client = Iroha2Client(PEER_URL, log = true)

Examples

Check tests to find examples.