Skip to content

Commit

Permalink
Add dexa-sdk to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Sep 19, 2022
1 parent 7a903a8 commit 6ec41fd
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,23 @@ The PS-SDA project is an open-source contribution led by iGrant.io (Sweden), MyD

The key deliverables of the project are as given. The table summarises the release status of all the deliverables.

| Identifier | Date | Deliverable |
| :--------- | :--------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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)) |
| Identifier | Date | Deliverable |
| :--------- | :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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), 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) |
| 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 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. |
| Repository | Description |
| :---------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [dexa-smart-contract](https://github.com/decentralised-dataexchange/dexa-smartcontracts) | This repository hosts the source code for DEXA smart contracts. |
| [dexa-sdk](https://github.com/decentralised-dataexchange/dexa-sdk) | This repository hosts the source code for DEXA agent SDK. |
| [dexa-protocol](https://github.com/decentralised-dataexchange/dexa-smartcontracts) | This repository hosts source code for DEXA protocol plugin for ACA-Py. |
| [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/ |
| [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. |
| [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)
Expand Down

0 comments on commit 6ec41fd

Please sign in to comment.