The Iroha client library is the easiest way to build your own DApps with the Iroha network. The Iroha client application is easy to develop using builders that are present in the Iroha client library, and it communicates with the Iroha network with gRPC transport.
In this recipe, we will use the Iroha Python client library to implement a sample client application to interact with the Iroha network. This will perform the following transactions:
- Transfer the hotcoin asset we created in previous recipe between accounts
- Query the hotcoin account balance