The client
module contains Kotlin implementation of Hyperledger Iroha2 library.
val iroha2Client = Iroha2Client(PEER_URL, log = true)
Check tests to find examples.
The client
module contains Kotlin implementation of Hyperledger Iroha2 library.
val iroha2Client = Iroha2Client(PEER_URL, log = true)
Check tests to find examples.