Skip to content

Commit

Permalink
Added source code deliverables and other resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc committed Jul 28, 2022
1 parent f7d0f9e commit 2711079
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,36 @@ This ADA project is an open source conrtibution lead by iGrant.io (Sweden), Lina

The Automated Data Agreements solution (ADA) was added to the [Digital Public Goods Alliance Registry](https://digitalpublicgoods.net/registry/automated-data-agreement.html) and recognised as a critical solution contributing to digital public goods (DPGs).

## Release Status
## Release Status (Specifications deliverables)

The first version of the DA specification is released and implemented. The table summarises the key documentations delivered during the NGI-eSSIF Lab project which originally sponsored this work.

| Date | Deliverables |
| :--- | :----------- |
| 15 May 2021 | 1. [Functional specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/functional_specification.md)<br>2. [Interface specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/interface_specification.md) <br>3. [Envisioned interoperability (eSSIF-Lab git)](https://gitlab.grnet.gr/essif-lab/infrastructure_2/igrantio/deliverables/-/blob/master/envisioned_interoperability_with_others.md) |
| 15 December 2021 | 1. [Demo](https://youtu.be/Mq4oXEaOTwg)<br>2. [Data Agreement specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md)<br>3. [Data Agreement DID method specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/did-spec.md)<br>4. [Data Agreement DIDComm protocol specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/didcomm-protocol-spec.md)<br>5. [Data Agreement APIs Rel. 2.0.0](https://app.swaggerhub.com/apis-docs/iGrant.io/ADA/2.0.0) |
| 15 January 2022 | 1. [Project report (eSSIF-Lab git) ](https://gitlab.grnet.gr/essif-lab/infrastructure_2/igrantio/deliverables/-/blob/master/M9_feasibility_report.md) |

| Date | Deliverables |
| :--------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 15 May 2021 | 1. [Functional specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/functional_specification.md)<br>2. [Interface specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/interface_specification.md) <br>3. [Envisioned interoperability (eSSIF-Lab git)](https://gitlab.grnet.gr/essif-lab/infrastructure_2/igrantio/deliverables/-/blob/master/envisioned_interoperability_with_others.md) |
| 15 December 2021 | 1. [Demo](https://youtu.be/Mq4oXEaOTwg)<br>2. [Data Agreement specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md)<br>3. [Data Agreement DID method specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/did-spec.md)<br>4. [Data Agreement DIDComm protocol specification](https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/didcomm-protocol-spec.md)<br>5. [Data Agreement APIs Rel. 2.0.0](https://app.swaggerhub.com/apis-docs/iGrant.io/ADA/2.0.0) |
| 15 January 2022 | 1. [Project report (eSSIF-Lab git) ](https://gitlab.grnet.gr/essif-lab/infrastructure_2/igrantio/deliverables/-/blob/master/M9_feasibility_report.md) |
## Sourcecode deliverables

| Repository | Description |
| :---------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [acapy-mydata-did-protocol](https://github.com/decentralised-dataexchange/acapy-mydata-did-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/ |
| [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

* 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)
* `DID:mydata` at [W3C DID Registry](https://www.w3.org/TR/did-spec-registries/)
## Contributing

Feel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo.

## Licensing
Copyright (c) 2021-23 LCubed AB (iGrant.io), Sweden
Copyright (c) 2021-25 LCubed AB (iGrant.io), Sweden

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Expand Down

0 comments on commit 2711079

Please sign in to comment.