-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from hyperledger/fix/readme-contacts
contacts info add to readme
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Hyperledger Iroha iOS library | ||
|
||
### Please pay attention! Current version of the library was tested and compatible with [`iroha-v1.0.0_rc2`](https://github.com/hyperledger/iroha/releases/tag/1.0.0_rc2). | ||
### Please pay attention! Current version of the library was tested and compatible with [![Iroha 1.0.0-rc2](https://img.shields.io/badge/Iroha-1.0.0--rc2-red.svg)](https://github.com/hyperledger/iroha/releases/tag/1.0.0_rc2). | ||
|
||
The library was created to provide convienent interface for iOS applications to communicate with [Iroha](https://github.com/hyperledger/iroha) blockchain including sending transactions/query, streaming transaction statuses and block commits. | ||
|
||
|
@@ -10,7 +10,7 @@ For new iroha users we recommend to checkout iOS example project. It tries to es | |
|
||
1. Follow instructions from [Iroha documentation](https://iroha.readthedocs.io/en/latest/getting_started/) to setup and run iroha peer in [Docker](https://www.docker.com) container. | ||
|
||
2. Clone current repositary. | ||
2. Clone current repository. | ||
|
||
3. cd Example directory and run ```pod install```. | ||
|
||
|
@@ -22,6 +22,11 @@ For new iroha users we recommend to checkout iOS example project. It tries to es | |
|
||
Feel free to experiment with example project and don't hesistate to ask any questions. | ||
|
||
## Need Help? | ||
|
||
* Join [Hyperledger RocketChat](https://chat.hyperledger.org) #iroha channel | ||
* Use mailing list [[email protected]](mailto:[email protected]) | ||
|
||
## Cocoapods Installation | ||
|
||
Iroha iOS library is available through [CocoaPods](https://cocoapods.org). To install | ||
|
@@ -33,7 +38,8 @@ pod 'IrohaCommunication' | |
|
||
## Author | ||
|
||
Ruslan Rezin, [email protected] | ||
Ruslan Rezin, [email protected] | ||
Andrei Marin, [email protected] | ||
|
||
## License | ||
|
||
|