Skip to content

Commit 3fba57f

Browse files
Merge pull request #4 from hiero-ledger/dmueller2001-Overview-patch-2
Update README.md - added Overview
2 parents 1ca5b81 + 08a95d9 commit 3fba57f

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,29 @@ This library is using [Hiero Python SDK](https://github.com/hiero-ledger/hiero-s
1212

1313
# Table of contents
1414

15-
1. [Documentation](#documentation)
16-
2. [Getting started](#getting-started)
17-
3. [Configuration](#configuration)
18-
4. [Contributing](CONTRIBUTING.md)
15+
1. [Overview](#overview)
16+
2. [Documentation](#documentation)
17+
3. [Getting started](#getting-started)
18+
4. [Configuration](#configuration)
19+
5. [Contributing](CONTRIBUTING.md)
20+
21+
## Overview
22+
23+
Decentralized identity ecosystems are built upon decentralized identifiers (DIDs) and verifiable credentials (VCs) standards, providing necessary functionality to publish and resolve DID documents and issue/verify credentials (claims).
24+
25+
Data model of such ecosystems rely on [Verifiable Data Registries (VDRs)](https://w3c.github.io/vc-data-model/#dfn-verifiable-data-registries), commonly represented by decentralized ledgers.
26+
27+
[Hiero](https://hiero.org/), as an open-source Decentralized Ledger Technology (DLT), is a great VDR option providing high-performance and low costs of operations.
28+
Hedera, while being built on Hiero, is a large and trusted network that will be a great choice for solutions searching for high-reliability.
29+
30+
In particular, Hedera and other Hiero-based networks can be used as VDR for [Hedera DID Method](https://github.com/hashgraph/did-method/blob/master/hedera-did-method-specification.md) and [AnonCreds Verifiable Credentials](https://github.com/hyperledger/anoncreds-spec) by leveraging Hedera Consensus Service (HCS).
31+
32+
This SDK is designed to simplify:
33+
34+
- Creation and management of Hedera DID documents
35+
- Creation and management of AnonCreds resources
36+
- Adoption of Hiero-based VDRs for AnonCreds use cases
37+
- Empowering new and existing Python-based agent implementations with high-performance and low operational costs provided by Hiero
1938

2039
## Documentation
2140

0 commit comments

Comments
 (0)