An open API service indexing awesome lists of open source software.

https://github.com/plietar/experiments


https://github.com/plietar/experiments

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Instructions
1. Fork this repository under your own GitHub user
2. Clone your fork to your local machine:
```sh
git clone https://github.com/USERNAME/did-web-demo
```
3. In a terminal, navigate to the cloned repository and run the `generate.sh` script:
```sh
cd did-web-demo
./generate.sh
```
4. Push the repository to publish the newly created DID document
```sh
git push
```
5. After a few minutes, the DID should be ready to be used. You may try an
online resolver such as [uniresolver.io](https://dev.uniresolver.io/), using the DID that was
printed to your console.