We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8885031 commit 4604ccbCopy full SHA for 4604ccb
README.md
@@ -1,6 +1,15 @@
1
# jsonld-dweb-loader
2
JSON-LD document loader for IPFS and IPLD
3
4
+```json
5
+{
6
+ "@context": "dweb:/ipfs/QmUFeUYXqyKa1mXLyfiCkm1MDbwYPTFBpyKvW7Nhy98Ks1",
7
+ "@type": "Digest",
8
+ "digestAlgorithm": "http://www.w3.org/2000/09/xmldsig#sha1",
9
+ "digestValue": "981ec496092bf6ee18d6255d96069b528633268b"
10
+}
11
+```
12
+
13
## Motivation
14
15
Suppose you have some JSON-LD, like this example taken from the [W3C Security Vocabulary](https://web-payments.org/vocabs/security#Digest):
0 commit comments