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
This plugin provides an ACA-Py DID Resolver interface to a Universal Resolver instance over HTTP.
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