generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
48 lines (41 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web5 Test Vectors</title>
</head>
<body>
<div>
<div>
<h1>Standard Vector Structure</h1>
<ul>
<li><a class="vector-structure"
href="https://tbd54566975.github.io/sdk-development/web5-test-vectors/vector-structure.json"
class="href">all vectors use this structure</a>
</li>
</ul>
</div>
<div>
<h1>Test Vectors</h1>
</div>
<div>
<h2>Crypto</h2>
</div>
<div>
<h2>DIDs</h2>
<ul>
<li><a class="did-jwk-resolve"
href="https://tbd54566975.github.io/sdk-development/web5-test-vectors/did-jwk/resolve.json"
class="href">did:jwk resolve</a>
</li>
<li><a class="did-web-resolve" href="https://tbd54566975.github.io/sdk-development/web5-test-vectors/did-web/resolve.json" class="href">did:web resolve</a>
</li>
</ul>
</div>
<div>
<h2>VCs</h2>
</div>
</div>
</body>
</html>