decentralized-id.github.io/_posts/organizations/hyperledger/2019-03-08-indy-github.md

40 lines
3.1 KiB
Markdown
Raw Normal View History

2019-03-28 23:40:33 +00:00
---
date: 2019-03-08
2019-03-28 23:40:33 +00:00
title: Indy Github Repositories
2020-01-07 15:43:12 +00:00
excerpt: >
"Hyperledger Indy provides tools, libraries, and reusable components for providing digital identities rooted on blockchains or other distributed ledgers so that they are interoperable across administrative domains, applications, and any other silo."
2019-03-28 23:40:33 +00:00
layout: single
2020-11-03 03:35:00 +00:00
permalink: organizations/hyperledger/indy/github/
canonical_url: 'https://decentralized-id.com/organizations/hyperledger/indy/github/'
2019-04-05 22:40:48 +00:00
redirect_from:
2020-11-03 03:35:00 +00:00
- hyperledger/indy/github/
2019-04-14 01:40:17 +00:00
- id-initiatives/indy-ecosystem/indy-github/
2019-04-14 01:30:20 +00:00
- indy-ecosystem/github
2019-04-05 22:40:48 +00:00
- id-initiatives/indy-ecosystem/indy-github.html
sidebar:
2020-10-18 06:13:35 +00:00
title: Decentralized-ID
2019-04-05 22:58:42 +00:00
nav: "sovnav"
2019-04-14 01:44:22 +00:00
toc: false
2020-11-11 03:54:53 +00:00
categories: ["Hyperledger Foundation","Code","Blockchain"]
2020-01-05 05:06:27 +00:00
tags: ["Anoncreds","Indy","Ursa","Aries"]
last_modified_at: 2019-03-08
2019-03-28 23:40:33 +00:00
---
2019-07-15 20:03:43 +00:00
<!-- Every company or organization using indy code should be listed in tags, above -->
2019-03-19 09:01:46 +00:00
* [indy-plenum](https://github.com/hyperledger/indy-plenum) - Byzantine Fault Tolerant Protocol [[**wiki**](https://github.com/hyperledger/indy-plenum/wiki)]
2019-03-05 19:42:14 +00:00
> "Byzantine fault tolerance is a sub-field of fault tolerance research inspired by the Byzantine Generals' Problem, which is a generalized version of the Two Generals' Problem."
* [Storage components](https://github.com/hyperledger/indy-plenum/blob/master/docs/storage.md) - As of now, RocksDB is used as a key-value database for all Storages.
* [indy-sdk](https://github.com/hyperledger/indy-sdk) - Everything needed to build applications that interact with an Indy distributed identity ledger.
2019-03-05 19:42:14 +00:00
* [MAINTAINERS.md](https://github.com/hyperledger/indy-sdk/blob/master/MAINTAINERS.md)
* [indy-node](https://github.com/hyperledger/indy-node) - The server portion of a distributed ledger purpose-built for decentralized identity.
* [indy-anoncreds](https://github.com/hyperledger/indy-anoncreds) - Anonymous credentials protocol implementation in python
* [indy-agent](https://github.com/hyperledger/indy-agent) - reference agents and associated tools.
* [indy-test-automation](https://github.com/hyperledger/indy-test-automation) - Automation tools for testing of Indy Project components.
* [indy-post-install-automation](https://github.com/hyperledger/indy-post-install-automation)
* [indy-hipe](https://github.com/hyperledger/indy-hipe) -
2019-03-05 19:42:14 +00:00
Hyperledger Indy Project Enhancements
* https://indy.readthedocs.io/projects/hipe/en/latest/
* [indy-crypto](https://github.com/hyperledger/indy-crypto) - shared crypto library for Hyperledger Indy components. To be:
2020-10-10 09:14:54 +00:00
* [ursa](https://github.com/hyperledger/ursa) [[**ϟ**](https://www.hyperledger.org/blog/2018/12/04/welcome-hyperledger-ursa)][[**ϟ**](https://www.coindesk.com/hyperledger-launches-cryptography-toolbox-for-blockchain-developers)] "includes the Hyperledger Indy-Crypto code base that is the building block for anonymous credentials, the verifiable credentials protocol, in indy-sdk used by the Sovrin Network. [...] We are hopeful the shared library will help other platforms better incorporate and use ZKP-based credentials and leverage Sovrin for their identity component." (From Nathan George on Sovrin Telegram) [[**wiki**](https://wiki.hyperledger.org/display/ursa)]