ACA-Py plugin for MyData DID DIDComm protcol
Project description
ACA-Py plugin for MyData DID DIDComm protcol
Acknowledgements
This repository was originally created as as a deliverable for Automated Data Agreement (ADA) Project. ADA project is part of NGI-eSSIF-Lab project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871932.
The lead developer to this project is iGrant.io (Sweden), supported by Linaltec (Sweden) and PrivacyAnt (Finland).
ACA-Py Version Compatibility
This plugin is compatible with ACA-Py version 0.5.6.
Installation
Requirements:
- Python 3.6 or higher
- ACA-Py 0.5.6
Setup Aries Cloud Agent - Python
If you already have an existing installation of ACA-Py, you can skip these steps and move on to plugin installation. It is also worth noting that this is not the only way to setup an ACA-Py instance. For more setup configurations, see the Aries Cloud Agent - Python repository.
First, prepare a virtual environment:
$ python3 -m venv env
$ source env/bin/activate
Install ACA-Py 0.5.6 into the virtual environment:
$ pip install aries-cloudagent==0.5.6
Plugin Installation
Install this plugin into the virtual environment:
$ pip install acapy-mydata-did-protocol
Note: Depending on your version of pip
, you may need to drop or add
#egg=mydata_did
to install the plugin with the above command.
Plugin Loading
Start up ACA-Py with the plugin parameter:
$ aca-py start \
-it http 0.0.0.0 8002 \
-ot http \
-e "http://localhost:8002/" \
--label "Agent" \
--admin 0.0.0.0 8001 \
--admin-insecure-mode \
--auto-accept-requests \
--auto-ping-connection \
--auto-respond-credential-offer \
--auto-respond-credential-request \
--auto-store-credential \
--auto-respond-presentation-proposal \
--auto-respond-presentation-request \
--auto-verify-presentation \
--genesis-url https://indy.igrant.io/genesis \
--wallet-type indy \
--wallet-name "agent_wallet" \
--log-level info \
--wallet-key "wallet@123" \
--plugin "mydata_did"
Licensing
Copyright (c) 2021-23 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file acapy-mydata-did-protocol-0.1.15.tar.gz
.
File metadata
- Download URL: acapy-mydata-did-protocol-0.1.15.tar.gz
- Upload date:
- Size: 103.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.8.12 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d13b0b9e1da927fa885773fa7b02b3f454aa85cd448a8e714aee6cc6434390e6 |
|
MD5 | ccf651bd1425e77d22dcfbb6758f63d8 |
|
BLAKE2b-256 | 10a1a0ce61a3bf2c314e53e1da019e7d806dabf5a83cfe3fbb94c053daddede0 |
File details
Details for the file acapy_mydata_did_protocol-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: acapy_mydata_did_protocol-0.1.15-py3-none-any.whl
- Upload date:
- Size: 170.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.8.12 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 954da64672a13ead455564474889102a5076e7633223684ffbf9998929e59365 |
|
MD5 | f29a0c7c439aa4a589f9b886a1d48199 |
|
BLAKE2b-256 | e064b61479ad1df6aef65f6cb8b77edca6e50d365cd44979ead0f556c72023c6 |