diff --git a/universal-registrar/README.md b/universal-registrar/README.md new file mode 100644 index 0000000..da35b6b --- /dev/null +++ b/universal-registrar/README.md @@ -0,0 +1,34 @@ +# Universal Registrar Driver: did:dyne + +This is a [Universal Registrar](https://github.com/decentralized-identity/universal-registrar/) driver for **did:dyne** identifiers. + +## Specifications + +* [Decentralized Identifiers](https://w3c.github.io/did-core/) +* [DID Registration](https://identity.foundation/did-registration/) +* [dyne](https://dyne.org/W3C-DID/) + +## Build and Run (Docker) + +``` +docker build -t universalregistrar/driver-did-dyne . +docker run -p 3000:3000 universalregistrar/driver-did-dyne +``` + +## Driver Environment Variables + +``` +(none) +``` + +## Driver Input Options + +``` +(none) +``` + +## Driver Output Metadata + +``` +(none) +```