Skip to content

Commit

Permalink
Added lists to DDA and DA specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc committed Aug 4, 2022
1 parent 09c96eb commit 884529d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,21 @@ The key deliverables of the project are as given. The table summarises the relea
| :--------- | :--------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| D1 / D2 | 04-February 2022 | Function specification v1.0.0 |
| | 28-April 2022 | Data Disclosure Agreement specification ([Latest version](https://github.com/decentralised-dataexchange/data-exchange-agreements/blob/main/docs/datadisclosure-agreement-specification.md)) |
| | 09-June 2022 | Data Disclosure Agreement protocol specification ([Latest version](https://github.com/decentralised-dataexchange/data-exchange-agreements/blob/main/docs/protocol/datadisclosure-agreement-protocol-specification.md)) |
| | 09-June 2022 | Data Disclosure Agreement protocol specification ([Latest version](https://github.com/decentralised-dataexchange/data-exchange-agreements/blob/main/docs/protocol/datadisclosure-agreement-protocol-specification.md), published [here](https://dda.igrant.io). |
| D3 / D4 | 04-Aug 2022 | Data Disclosure Agreement protocol and Smart contract Implementation (See chapter [Sourcecode deliverables](#sourcecode-deliverables) |
## Sourcecode deliverables

| Repository | Description |
| :---------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [dexa-smart-contract](https://github.com/decentralised-dataexchange/dexa-smartcontracts) | This repository hosts the source code for DEXA smartcontracts. |
| [dexa-smart-contract](https://github.com/decentralised-dataexchange/dexa-smartcontracts) | This repository hosts the source code for DEXA smart contracts. |
| [dexa-protocol](https://github.com/decentralised-dataexchange/dexa-smartcontracts) | This repository hosts source code for did:mydata DIDCOMM protocol plugin for ACA-Py. This protocol will enable an ACA-Py instance to become a verifiable data registry for did:mydata. |
| [acapy-mydata-did-protocol](https://github.com/decentralised-dataexchange/dexa-protocol) | This repository hosts source code for did:mydata DIDCOMM protocol plugin for ACA-Py. This protocol will enable an ACA-Py instance to become a verifiable data registry for did:mydata. |
| [aries-playground](https://github.com/decentralised-dataexchange/aries-playground/tree/master/automated-data-agreement) | This repository contains the updated aries-playground (originally created by the iGrant.io team). This provides a set-up for developers to perform API call flows during a data agreement enabled verified data exchange process using Hyperledger Indy as the distributed ledger registry and Aries agent as the client app. |
| [universal-resolver](https://github.com/decentralised-dataexchange/universal-resolver) | The Universal Resolver resolves Decentralized Identifiers (DIDs) across many different DID methods, based on the W3C DID Core 1.0 and DID Resolution specifications. It is a work item of the DIF Identifiers & Discovery Working Group. As part of the ADA project, we have added the did:mydata driver that can be resolved at https://dev.uniresolver.io/ |
| [aries-playground](https://github.com/decentralised-dataexchange/aries-playground/tree/master/automated-data-agreement) | This repository contains the updated aries-playground (originally created by the iGrant.io team). This provides a set-up for developers to perform API call flows during a data agreement-enabled verified data exchange process using Hyperledger Indy as the distributed ledger registry and Aries agent as the client app. |
| [universal-resolver](https://github.com/decentralised-dataexchange/universal-resolver) | The Universal Resolver resolves Decentralized Identifiers (DIDs) across many different DID methods based on the W3C DID Core 1.0 and DID Resolution specifications. It is a work item of the DIF Identifiers & Discovery Working Group. As part of the ADA project, we have added the did:mydata driver that can be resolved at https://dev.uniresolver.io/ |
| [mydata-did-driver](https://github.com/decentralised-dataexchange/mydata-did-driver) | This repository hosts the source code for the universal resolver driver for did:mydata. |
## Other resources

* [Data Agreement Specification](https://dda.igrant.io)
* iGrant.io Whitepaper: [A Sustainable Data Exchange - An ethical approach to sharing personal data](https://igrant.io/papers/iGrant.io_Sustainable_Data_Exchange_v1.pdf)
* [DIF Interop WG: Enabling exchange of X.509 signed personal data using VC](https://us02web.zoom.us/j/87258415110?pwd=cFhwYkRsUjRsYnFZZFgyQVR6Zk0xZz09)
* [Consent Agreement Demo - Special Meeting of the DIF C&C WG](https://www.youtube.com/watch?v=Mq4oXEaOTwg)
Expand Down

0 comments on commit 884529d

Please sign in to comment.