Getting Started with Iroha
Session Topic or Project
This session will cover the basics of setting up a Hyperledger Iroha network on your laptop and getting started with building your first applications. By the end of this session, we will create a simple network game based on blockchain - cheaters will have no chances!
Session Leader
Time Slots and Spaces
- 1st Day, 12:40-15:40
Experience Level of Participants
Beginner
Session Language
English or Russian
Programming Language(s)
At least one of these languages is required for the practical part:
- Javascript
- Python
Other Prerequisites
Have docker installed & working. Download the latest version of the Iroha docker image:
docker pull hyperledger/iroha
The Plan
- Introduction to the Hyperledger Iroha: description, comparison and basic use cases
- Starting the Iroha node using Docker container
- Interaction with node using Command Line Interface tool
- Practical part: writing two clients with different roles to implement an extremely secure network game.
The Goals
- Understand goals of the Hyperledger Iroha and differences from other blockchain solutions
- Get experience in starting Iroha node
- Get understanding of Iroha client API
- Get experience in development of applications on Iroha