Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 612 Bytes

ACA-Py Plugin - DIDCOMM Universal Resolver

This plugin provides an ACA-Py DID Resolver interface to a Universal Resolver instance over DIDComm messaging.

Installation and Usage

First, install this plugin into your environment.

$ pip install git+https://github.com/rd-dlab/aries-acapy-plugin-didcomm-resolver.git

When starting up ACA-Py, load the plugin along with any other startup parameters.

$ aca-py start --arg-file my_config.yml --plugin didcomm_resolver

Running Tests for development

pytest --cov-report term-missing --cov