Skip to content

Commit 4604ccb

Browse files
authored
Update README.md
1 parent 8885031 commit 4604ccb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# jsonld-dweb-loader
22
JSON-LD document loader for IPFS and IPLD
33

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+
413
## Motivation
514

615
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

Comments
 (0)