Simple Iroha app with iOS client.
This example was created for the Basics of Grid and Cloud Computing course.
- Clone this repo
- Run
bash deploy.sh - Run Iroha daemon:
irohad --config config.docker --genesis_block genesis.block --keypair_name node0 --overwrite_ledger - Open new terminal
- Install dependencies for iOS app:
pod install - Run
.xedto open Xcode workspace - Launch app: ⌘R
- Login with account_id (and public/private key if you created a new account)

