Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cluster-labs/did-ethr-demo
A working demo demonstrating how to use DID ETHR
https://github.com/cluster-labs/did-ethr-demo
did did-ethr did-resolver ethr-did ethr-did-resolver uport
Last synced: about 1 month ago
JSON representation
A working demo demonstrating how to use DID ETHR
- Host: GitHub
- URL: https://github.com/cluster-labs/did-ethr-demo
- Owner: cluster-labs
- Created: 2019-07-11T20:30:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T01:47:21.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T17:12:28.355Z (8 months ago)
- Topics: did, did-ethr, did-resolver, ethr-did, ethr-did-resolver, uport
- Language: JavaScript
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## did-ethr-demo
> A working demo demostrating how to use DID ETHR### Requirements
Make sure you have [nodejs](https://nodejs.org) installed.### Usage
To install all the dependencies, run```
npm i
```Run the demo
```
node index.js
```### Bugs Reports & Contributions
You can report bugs [here](https://github.com/vasa-develop/did-ethr-demo/issues/new) and contribute by submitting a [PR](https://github.com/vasa-develop/did-ethr-demo/pulls)