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

(Archived) ACA-Py Plugin for HTTP Universal Resolver bindings

Notifications You must be signed in to change notification settings

sicpa-dlab/acapy-resolver-universal

Repository files navigation

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: hyperledger/aries-cloudagent-python#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