Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirceanis/ts-ethr-did
- Owner: mirceanis
- Created: 2023-03-27T09:54:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-27T10:19:08.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:36:29.400Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```