From 7e36a7823e73ee01c62209fedc68212279499ca1 Mon Sep 17 00:00:00 2001 From: Lal Chandran Date: Fri, 18 Jun 2021 11:07:49 +0200 Subject: [PATCH] Updated with Data Agreement spec links --- README.md | 2 +- docs/did-spec.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03df0bc..727f222 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ This repo contains the formal documents requested by eSSIF. The summary of the d | Milestone | Date | Deliverables | |:-------------- |:------------------|:--------------------------------------------------------------------------------------------------------------------------------------------- | | Milestone 01 | 15 May 2021 | 1. [Functional specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/functional_specification.md)
2. [Interface specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/interface_specification.md)
3. [Envisioned interoperability (eSSIF-Lab gitlab)](https://gitlab.grnet.gr/essif-lab/infrastructure_2/igrantio/deliverables/-/blob/master/envisioned_interoperability_with_others.md) | -| Milestone 02 | 15 November 2021 | 1. Interim demo
2. Data agreement specification
3. [Data agreement DID method](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/did-spec.md)
4. Data Agreement schema | +| Milestone 02 | 15 November 2021 | 1. Interim demo
2. [Data agreement specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md)
3. [Data agreement DID method](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/did-spec.md)
4. Data Agreement schema | | Milestone 03 | 15 December 2021 | 1. Feasibility plan
2. Project report | diff --git a/docs/did-spec.md b/docs/did-spec.md index a9c4650..562d7fb 100644 --- a/docs/did-spec.md +++ b/docs/did-spec.md @@ -15,7 +15,7 @@ Mr. George Padayatti (iGrant.io, Sweden) Mr. Lal Chandran (iGrant.io, Sweden) ## Contributors and Reviwers -Mr. Jan Linquist (Linaltec, Sweden) +Mr. Mr. Jan Lindquist (Linaltec, Sweden) Ms. Lotta Lundin (iGrant.io, Sweden) ## Table of Contents @@ -41,6 +41,8 @@ This document proposes a new DID method that allows different objects in iGrant. * Authenticate and verify proof chain in Data Agreement VC * Bind data exchange transactions to Data Agreement (s) which can be verified by an independent auditor or any one else +For more details on Data Agreements, refer [Data Agreement Specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md) + ## 2. The `did:mydata` Format @@ -369,3 +371,4 @@ Work in progress as part of NGI-Trust eSSIF-Lab [ADA Project](https://essif-lab. 7. Aries RFC 0019: Encryption Envelope: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0019-encryption-envelope](https://github.com/hyperledger/aries-rfcs/tree/master/features/0019-encryption-envelope) 8. IETF RFC 7516 - JSON Web Encryption: [https://datatracker.ietf.org/doc/html/rfc7516](https://datatracker.ietf.org/doc/html/rfc7516) 9. Aries RFC 0035 - Report Problem Protocol 1.0: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0035-report-problem](https://github.com/hyperledger/aries-rfcs/tree/master/features/0035-report-problem) +10. [Data Agreement Specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md)