From 31cde715907d4e1e9f4251bae8fd971f5ebf4408 Mon Sep 17 00:00:00 2001 From: Lal Chandran Date: Thu, 4 Aug 2022 14:12:18 +0200 Subject: [PATCH] Added project info, release status etc. --- README.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1655d60..dec2b5e 100644 --- a/README.md +++ b/README.md @@ -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. +

+ Data Exchange Agreements (DEXA) Protcol Implementation +

+ +

+ + + +

+ +

+ About • + Release Status • + Contributing • + Licensing +

+ +## 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.