Skip to content

Commit

Permalink
docs(uniregistrar): πŸ“– add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Nov 16, 2023
1 parent 3318516 commit 2d202b9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions universal-registrar/README.md
Original file line number Diff line number Diff line change
@@ -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)
```

0 comments on commit 2d202b9

Please sign in to comment.