This is a Universal Registrar driver for did:btc1 identifiers.
(work in progress)
docker build -f ./docker/Dockerfile . -t universalregistrar/driver-did-btc1
docker run -p 9080:9080 universalregistrar/driver-did-btc1
The BTC1 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.
TODO
TODO
TODO