You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,29 @@ This library is using [Hiero Python SDK](https://github.com/hiero-ledger/hiero-s
12
12
13
13
# Table of contents
14
14
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
0 commit comments