-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title>Wallet Attached Storage</title>
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
<script class='remove'>
// All config options at https://respec.org/docs/
var respecConfig = {
specStatus: "unofficial",
github: {
branch: "main",
repoURL: "https://github.com/did-coop/wallet-attached-storage-spec",
},
includePermalinks: false
};
</script>
</head>
<body>
<h1 id="title">Wallet Attached Storage</h1>
<section id='abstract'>
<p>
Wallet Attached Storage is a general purpose permissioned storage API.
</p>
</section>
<section id="sotd">
<p>
This is an experimental specification and is undergoing regular revisions.
</p>
</section>
<section id="conformance">
<!-- This section is filled automatically by ReSpec. -->
</section>
<div data-include="spec.md" data-include-format="markdown" data-include-replace="true"></div>
</body>
</html>