Skip to content

Commit

Permalink
Added project info, release status etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc committed Aug 4, 2022
1 parent fe7e346 commit 31cde71
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
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.

0 comments on commit 31cde71

Please sign in to comment.