decentralized-identity / uni-registrar-driver-did-btcr

A Universal Registrar driver for did:btcr identifiers.
Apache License 2.0
2 stars 1 forks source link
btcr decentralized-identifiers universal-registrar wg-id

DIF Logo

Universal Registrar Driver: did:btcr

This is a Universal Registrar driver for did:btcr identifiers.

Specifications

Build and Run (Docker)

docker build -f ./docker/Dockerfile . -t universalregistrar/driver-did-btcr
docker run -p 9080:9080 universalregistrar/driver-did-btcr

Driver Configurations

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.

Operations

Please check:

Implementation Notes

This iteration of the implementation is highly experimental. Stability issues are possible.