a-fox / indy-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before you Continue

If you haven't done so already, please visit the main resource for all things "Indy" to get acquainted with the code base, helpful resources, and up-to-date information: Hyperledger Wiki-Indy.

Indy SDK

This is the official SDK for Hyperledger Indy, which provides a distributed-ledger-based foundation for self-sovereign identity. 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 in project IS (note that regular Indy tickets are in the INDY project instead...). Also, join us on Hyperledger's Rocket.Chat at #indy-sdk to discuss.

Building Indy SDK

Wrappers documentation

Binaries

Builded binaries can be downloaded from https://repo.sovrin.org/:

  • lib/apt/xenial/{master,stable,rc} - Ubuntu deb packages
  • windows/libindy/{master,stable,rc} - Windows zip-archive with all required DLLs (include libindy itself) and headers
  • windows/libindy/deps/ - Windows zip archive with dependencies (DLLs and headers) to build libindy from sources
  • ios/libindy/stable/ - Pods for iOS
  • rhel/libindy/{master,stable,rc} - RHEL rpms

Also Ubundu deb packages can be installed from APT repository (change stable to master or rc if needed):

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable"
sudo apt-get install -y libindy

About

License:Apache License 2.0


Languages

Language:Rust 31.8%Language:Objective-C 15.2%Language:C# 13.1%Language:Objective-C++ 13.0%Language:Java 9.4%Language:C 8.8%Language:Python 7.2%Language:Groovy 0.5%Language:Swift 0.4%Language:C++ 0.3%Language:Shell 0.1%Language:Ruby 0.1%Language:Makefile 0.0%