-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added project info, release status etc.
- Loading branch information
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# dexa-protocol | ||
This repository hosts source code for DEXA didcomm protocol plugin for aca-py. This protocol will enable an aca-py instance to become Data Disclosure Agreement registry. | ||
<h1 align="center"> | ||
Data Exchange Agreements (DEXA) Protcol Implementation | ||
</h1> | ||
|
||
<p align="center"> | ||
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/decentralised-dataexchange/dexa-protocol?style=flat"></a> | ||
<a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/decentralised-dataexchange/dexa-protocol?style=flat"></a> | ||
<a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="#about">About</a> • | ||
<a href="#release-status">Release Status</a> • | ||
<a href="#contributing">Contributing</a> • | ||
<a href="#licensing">Licensing</a> | ||
</p> | ||
|
||
## About | ||
|
||
This repository hosts source code for DEXA didcomm protocol plugin for aca-py. This protocol will enable an aca-py instance to become Data Disclosure Agreement registry. This is part of the deliverables for Provenance services with smart data agreement ([PS-SDA](https://ontochain.ngi.eu/content/ps-sda)) project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957338. | ||
## Release Status | ||
|
||
Not released, work in progress. Planned release: September 2022 | ||
## 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) 2022-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. | ||
|
||
You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0. | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License. |