https://github.com/plietar/experiments
https://github.com/plietar/experiments
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/plietar/experiments
- Owner: plietar
- Created: 2023-03-22T08:38:19.000Z (about 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-03-22T08:44:43.000Z (about 3 years ago)
- Last Synced: 2025-02-09T21:30:52.224Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
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.