This is a Universal Resolver driver for did:indy identifiers.
did:indy:sovrin:WRfXPg8dantKVubE3HX8pw
did:indy:sovrin:staging:WRfXPg8dantKVubE3HX8pw
docker build -f ./docker/Dockerfile . -t universalresolver/driver-did-indy
docker run -p 8080:8080 universalresolver/driver-did-indy
curl -X GET http://localhost:8080/1.0/identifiers/did:indy:sovrin:WRfXPg8dantKVubE3HX8pw
Maven build:
mvn clean install
The driver recognizes the following environment variables:
uniresolver_driver_did_indy_libIndyPath
: The path to the Indy SDK library.uniresolver_driver_did_indy_openParallel
: Whether to open Indy pools in parallel threads. This speeds up startup, but may consume more memory.uniresolver_driver_did_indy_poolConfigs
: A semi-colon-separated list of Indy network names and pool configuration files.uniresolver_driver_did_indy_poolVersions
: A semi-colon-separated list of Indy network names and pool protocol versions.uniresolver_driver_did_indy_walletNames
: A semi-colon-separated list of Indy network names and wallet names.uniresolver_driver_did_indy_submitterDidSeeds
: A semi-colon-separated list of Indy network names and seeds for submitter DIDs.
The driver returns the following metadata in addition to a DID document:
nymResponse
: Response to the IndyGET_NYM
operation, includingtxnTime
,state_proof
, and other information.attrResponse
: Response to the IndyGET_ATTR
operation, includingtxnTime
,state_proof
, and other information.