This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 734
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 #8 from hyperledger/master
Merging master from hyperledger
- Loading branch information
Showing
6 changed files
with
32 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Indy SDK | ||
|
||
## Building of Indy SDK | ||
This is the official SDK for [Hyperledger Indy](https://www.hyperledger.org/projects), | ||
which provides a distributed-ledger-based foundation for [self-sovereign identity](https://sovrin.org). | ||
The major artifact of the SDK is a c-callable | ||
library; there are also convenience wrappers for various programming languages. | ||
|
||
All bugs, stories, and backlog for this project are managed through [Hyperledger's Jira](https://jira.hyperledger.org) | ||
in project IS (note that regular Indy tickets are in the INDY project instead...). Also, join | ||
us on [Jira's Rocket.Chat](chat.hyperledger.org) at #indy-sdk to discuss. | ||
|
||
## Building Indy SDK | ||
|
||
* [Ubuntu based distro (Ubuntu 16.04)](doc/ubuntu-build.md) | ||
* [RHEL based distro (Amazon Linux 2017.03)](doc/rhel-build.md) | ||
* [Windows](doc/windows-build.md) | ||
* [iOS](doc/ios-build.md) | ||
* [MacOS](doc/mac-build.md) | ||
* [MacOS](doc/mac-build.md) |
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
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