Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.