This is a Universal Registrar driver for did:btcr identifiers.
docker build -f ./docker/Dockerfile . -t universalregistrar/driver-did-btcr
docker run -p 9080:9080 universalregistrar/driver-did-btcr
The BTCR Driver can be configured with environment variables and/or passing application properties. In case no properties file is provided, the driver will try to load driver.properties. If a parameter has value as an environment variable, it will be used over its field in the properties file.
Example Application Properties and its Corresponding Environment Variables.
Requirements:
Please check:
This iteration of the implementation is highly experimental. Stability issues are possible.