https://github.com/or13/jsonld-did-production-with-base
https://github.com/or13/jsonld-did-production-with-base
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/or13/jsonld-did-production-with-base
- Owner: OR13
- Created: 2020-10-02T17:20:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-02T17:21:14.000Z (over 5 years ago)
- Last Synced: 2025-02-13T19:49:12.717Z (over 1 year ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON-LD Production
This gist demonstrates that presence and absence of `@base` causes breaking incompatibility with the JSON-only representation of a DID Document that uses `fragment` only identifiers for verification methods.
```
git clone git@gist.github.com:7bd706cd5bd464a07ad74b329cb7ce11.git
npm i
npm run test
```