Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 763 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 763 Bytes

Archived

This project has been contributed directly to ACA-Py starting from version 0.8.0/1.0.0 and can be used with the --universal-resolver flag.

See this PR for additional details: openwallet-foundation/acapy#1866

ACA-Py Plugin - HTTP Universal Resolver

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

Installation and Usage

First, install this plugin into your environment.

$ pip install git+https://github.com/sicpa-dlab/acapy-resolver-universal.git

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

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