.. | ||
adoption.md | ||
indy-on-github.md | ||
Microledgers-Edgechains-Hardman-HGF.md | ||
README.md | ||
VerifiableOrganizationsNetwork-HGF.md | ||
VON.md |
Awesome Hyperledger Indy Resources
Protocol, Governance, Education, Ecosystem
This page contains a growing collection of educational resources related to Evernym, the Sovrin Foundation, and Hyperledger Indy. It was born from /awesome-decentralized-id and contains some of the same material, but is quite exhaustive. As a result, I decided to split this list off to focus on learning about Hyperedger Indy, the Sovrin Foundation, adn Evernym. Its an index for training, developers, students, end users, investors, and enterprise to more easily navigate the digital identity landscape enabled by Hyperledger Indy.
Since the information is all inter-related, there is some overlapp. Skipping back and forth may be required, depending on your particular interests.
Pull Requests and\or Contributions Welcome
Contents
- Introduction
- Self Sovereign Identity—SSI
- Evernym
- The Sovrin Foundation
- Hyperledger Indy
- W3C and DID Related Standards
- GDPR
- Research Papers
- Reports
- Videos
- Podcasts
- Sources
Introduction ^
Internet Identity Workshop is where the quest for concious, user-centric, identity began. Rebooting Web-of-Trust Workshops sprung from the IIW, focused on creating standards for DPKI. Among the United Nations 'Sustainable Development Goals' is for all the world to have access to a digital identity by 2030. Around 2016, the SDGs, blockchain, and the GDPR converged bringing much energy to the decentralized identity ecosystem.
Additional history and related information may be found at /awesome-decentralized-id.
Link Shorthand ^
[T]witter • [G]ithub • [B]log • [wp] whitepaper • [D]ocumentation • [F]orums • [C]hat • [tele]gram • [web]site • [ϟ] related resource • [>] related section • [>>] related section on awesome-decentralized-id • [^] back to the contents.
The Sovrin Foundation ^
- [F]orum • [C]hat • [T]witter • [G]ithub • [tele]gram • [web]site
- Founded in September 2016, The Sovrin Foundation is creating a public instance of the Sovrin\Indy codebase; initially developed by Evernym
- Sovrin Library
- Getting Started with Sovrin
- Sovrin: A Protocol and Token for Self-Sovereign Identity and Decentralized Trust
- Sovrin Network: What Goes on the Ledger?
- Sovrin Governance Framework
- How Sovrin Works: A Technical Guide from the Sovrin Foundation [ϟ]
- Sovrin Test Network Trust Anchor Registration[F]
- Sovrin Main Net Outage, December 2018
The Sovrin Main Network experienced an outage lasting from Saturday 2018-12-08 until Tuesday 2018-12-11. This was our first significant outage of the network. This post describes the incident, how it was addressed, and what we are doing to prevent future incidents and improve our responses.
Sovrin Stewards ^
The Sovrin ledger is operated by Stewards, trusted organizations within the ecosystem who have agreed to abide by the requirements in the Sovrin Trust Framework and are responsible for operation the nodes that maintain the Sovrin distributed ledger.
Stewards also, as a group, accept or reject any changes to the ledger-specific portions of the Sovrin open source code by virtue of that role. They thus provide a counterbalance to the Sovrin architects who maintain the Indy code base.
Aalto University • Absa Group Limited • Amihan Global Strategies • ARTiFACTS • Attinad Software • ATB Financial • Best Innovation Group • BakerHostetler • Cisco • Certisign • Crypto Valley Association • CULedger • Danube Tech • Datum • Desert Financial Credit Union • Digicert • Digital Bazaar • estatus AG • Evernym • European Business Process Institute • Finicity • First Education Credit Union • Global Consent • IBM • InfoCert • iRespond • KYC Chain • lab10 collective • OAS Staff Federal Credit Union • Perkins Cole • ProSapien • Qiy Foundation • Royal Credit Union • SICPA • SITA • Spark New Zealand • Swisscom Blockchain • T-Labs • The City of Osmio • TNO • Truu • TwinPeek • Tykn • Veridium
Selected articles Windley.com [^]
- windley.com/tags/sovrin
- An Internet for Identity
- A Universal Trust Framework
- Building Your Business on Sovrin: Domain-Specific Trust Frameworks
- The Sovrin Foundation
- Decentralization in Sovrin
- Self-Sovereign Identity and the Legitimacy of Permissioned Ledgers
- The Sovrin Ecosystem (Disambiguating between Evernym, Sovrin, and Indy)
Hyperledger Indy ^
Linux Foundation -Blockchain for Business -INDY
- Hyperledger Indy - Distributed Ledger and Utility Library [T] [C]
- Indy Documentation Index - wiki.hyperledger.org
- indy.readthedocs.io (under construction)
- Indy Docs Framwork
- Introduction to Hyperledger Indy (awesome resource from hyperledger github)
- Hyperledger Indy — the Future of Decentralized Identity
- Hyperledger Welcomes Project Indy - ANN
- The Rise of Self-Sovereign Identity - Hyperledger Indy
- Ernesto.net - What goes on the Ledger
- Ernesto.net - Hyperledger Indy Architecture
- github.com/IBM-Blockchain-Identity (Docker based tutorial sandbox env)
- The Linux Foundation's Blockchain for Business course may be freely audited and has a section about Indy.
- Blockchain development made easy: Getting started with Hyperledger Indy - Interview with Daniel Hardman[G][L][T], Hyperledger Indy maintainer
Additional Indy Related ^
- Hyperledger Identity Working Group-paper
- HyperledgerIndyWGCall_2018-12-06 Discussion of VON and Plenum Docs (w info-graphics)
- A Framework for Designing Cryptographic Key Management Systems
- An Accumulator Based on Bilinear Maps and Efficient Revocation for Anonymous Credentials
- An Efficient System for Non-transferable Anonymous Credentials with Optional Anonymity Revocation
- sovrin-foundation/connector-app - Reference mobile edge agent for use with the Sovrin Network built from Hyperledger Indy.
- Building binaries of LibIndy for Android
- HIPE 0014-ssi-notation
- Set up Indy Pool in Local Linux Environment Using Docker
- Learn how to set up a DEV Environment with Vagrant on Hyperledger Indy!
- Semantics Working Group Shared Docs
- Indy August Update - Most recent report from the Hyperledger Indy team.
Wallets ^
Zero Knowledge Proofs in Indy ^
Privacy Preserving Authentication—Another reason to care about ZKP
- The Sovrin Network and Zero Knowledge Proof - high level walk through
- AnonCreds: Anonymous credentials protocol implementation in python [ϟ]
- Zero-Knowledge Proofs: Privacy-Preserving Digital Identity with Clare Nelson
- Anonymous Credentials: Claims and Proofs in a Developer-friendly Format - Mike Lodder
Our zero-knowledge proofs are part of the Idemix protocol, where they are used to prove the possession of Camenisch-Lysyanskaya credentials. We also use zero-knowledge proofs in the revocation protocol, which is based on cryptographic accumulators. —What Zero Knowledge Poof Algorithm is used in Sovrin?
Identity Mixer is not directly (re)implemented by Sovrin, but its cryptographic foundations are very similar, and Sovrin’s implementation includes most of its extended features (predicates, multi-credential, revocation, advanced issuance…). One of the researchers who helped to create Identity Mixer is on Sovrin’s Technical Governance Board and has offered insight to keep the implementations aligned on goals and methods. —How is IDEMix Implemented?
- IBM Identity Mixer [B]
- ABC4Trust—Attribute-based Credentials for Trust
- Concepts and Features of Privacy-Preserving Attribute-Based Credentials
- Concepts and Languages for Privacy-Preserving Attribute-Based Authentication
- Zero-Knowledge Proofs Starter Pack (Not ID related)
The Story of Open SSI Standards - Drummond Reed/Evernym SSIMeetup.org[ϟ]
W3C and DID Related Standards ^ >>
- World Wide Web Consortium(W3C) [T] [G]
- Credentials Community Group[B]
- JSON-LD 1.0, W3C Recommendation
DID the Decentralized Identifier ^ >>
- w3c- Decentralized Identifiers (DIDs) v0.11
- Authors:
- Drummond Reed [T] (Evernym)
- Manu Sporney[T] (Digital Bazaar)
- Dave Longley (Digital Bazaar)
- Christopher Allen [info] (Blockstream)
- Ryan Grant
- Markus Sabadello (Peacekeeper) [T][G][B] (Danube Tech)
- Authors:
- DID Primer [ϟ]
- Decentralized IDentifers (DIDs)
- Requirements for DIDs
- Peer DID Method Spec
DID Auth ^
The Story of Open SSI Standards - Drummond Reed/Evernym SSIMeetup.org[ϟ]
http://ssimeetup.org/introduction-did-auth-markus-sabadello-webinar-10
Verifiable Claims ^
- Verifiable Claims Working Group [D]
- Verifiable Claims Data Model 1.0 [G] [D]
- Verifiable Credentials 101 for SSI – Tyler Ruff – Webinar 11
Decentralized Key Management-Agents ^
- Decentralized Key Management (DKMS): An Essential Missing Piece of the SSI Puzzle - Drummond Reed
- Recommendations for Decentralized Key Management Systems
- Agent to Agent Communication: Daniel Hardman explains the goals of agent to agent communication
EU General Data Protection Regulation Act ^
- Digital Identity Management in the Context of GDPR & Sovrin —Why Data Privacy Matters & How to Protect It
- Implementing Privacy by Design in Hyperledger Indy
- Self-Sovereign Privacy By Design
- Privacy by Design The 7 Foundational Principles
- When GDPR Becomes Real, and Blockchain is no longer fairydust
- Is Self-Sovereign Identity the ultimate GDPR compliance tool? [1\3] [2] [3]
- Privacy by Design in Hyperledger Indy
Research Papers [^](#Contents
- A Conceptual Analysis on Sovrin
- Evernym Research Collection 2016 Archive
- Matching Identity Management Solutions to Self Sovereign Identity Solutions
- A First Look at Identity Management Schemes on the Blockchain
Reports ^
- A Comprehensive Evaluation of the Identity Management Utility Sovrin
- White Paper: Canada’s Digital ID Future - A Federated Approach
- IDENTITY MATTERS
- A position paper on blockchain enabled identity and the road ahead—Identity Working Group of the German Blockchain Association
Video ^
- Meet the Sovrin Foundation
- Hyperledger Indy Explainer Video
- Phil Windley on the Sovrin Network
- Self-Sovereign Identity with Hyperledger Indy\Sovrin- Calvin Cheng - FOSSASIA 2018
- Hyperledger Indy introduction with Indy Agents Demo
- Hyperledger Indy Demo Screencast
- Architectural Overview of Indy Wallets
- Indy Demo by IBM
- Behind the Cloud Episode 6: Blockchain and Self-Sovereign Identity in the Enterprise
- Evernym's contributions to Hyperledger Indy
- Introduction to Indy Plenum Architecture
- Hyperledger Indy Working Group Calls
- Sovrin: Public, Permissioned and Still Decentralized - Nathan George
- Hyperledger Global Forum - Video
Podcasts ^
Sources ^
- Evernym
- Sovrin Foundation
- wiki.hyperledger.org—Indy
- indy.readthedocs.io
- SSI Meetup [V][SS]
- windley.com/tags/sovrin
- /WebOfTrustInfo
- /peacekeeper/blockchain-identity
- /awesome-decentralized-id
Contact Me for Research Based Content—infominer.id
Check out the Crypto SuperSource Discord Server, if you'd like to chat or discover our other crypto-resources.
Tips Welcome
BTC— 1GvkjHtiy9LUjVkStnEAXxjhcoS56aCokY
DOGE— DSzMxfABB8EwKiumzV7YHhS7HTvWAyM7QF