Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirceanis/ts-ethr-did

attempt to reproduce some issues in ethr-did and did-jwt
https://github.com/mirceanis/ts-ethr-did

Last synced: 15 days ago
JSON representation

attempt to reproduce some issues in ethr-did and did-jwt

Awesome Lists containing this project

README

        

# ethr-did + did-jwt-vc test

This sample project uses a did:ethr identifier to sign a JWT verifiable credential.

```bash
npm install
```

Attempt to reproduce [ethr-did issue #110](https://github.com/uport-project/ethr-did/issues/110)
```bash
npm run build && node lib/ethr-110.js
# or
npm run ethr-110
```

Attempt to reproduce [did-jwt issue #275](https://github.com/decentralized-identity/did-jwt/issues/275)
```bash
npm run build && node lib/didjwt-275.js
# or
npm run didjwt-275
```