Skip to content

Commit b869834

Browse files
version 0.0.1 — protocol spec and package (matching the estate's draft convention)
1 parent 8b187b2 commit b869834

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SolidPay Protocol 1.0
1+
# SolidPay Protocol 0.0.1
22

33
The normative specification lives at **[docs/spec/](https://jss.live/solidpay/docs/spec/)**
44
([source](spec/index.html)) — an Editor's Draft covering conformance classes

docs/spec/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html><html lang="en"><head><meta charset="utf-8">
22
<meta name="viewport" content="width=device-width, initial-scale=1">
3-
<title>SolidPay Protocol 1.0</title>
3+
<title>SolidPay Protocol 0.0.1</title>
44
<meta name="description" content="SolidPay Protocol — normative specification. Bilateral trustlines, routed payments over a web of trust, a hash-chained transition log, and did:nostr signatures. Every user is a URI.">
55
<style>
66
:root{
@@ -91,7 +91,7 @@
9191
</svg>
9292
SolidPay
9393
</div>
94-
<h1 class="title">SolidPay Protocol 1.0</h1>
94+
<h1 class="title">SolidPay Protocol 0.0.1</h1>
9595
<p class="subtitle">Routable trust money: bilateral credit, payments over a web of trust, and a self-proving ledger.</p>
9696
<dl class="meta">
9797
<dt>Status</dt><dd><span class="pill">Editor's Draft</span></dd>
@@ -559,7 +559,7 @@ <h3>B.2 Informative</h3>
559559
</ul>
560560

561561
<footer>
562-
SolidPay Protocol 1.0 · Editor's Draft · text licensed
562+
SolidPay Protocol 0.0.1 · Editor's Draft · text licensed
563563
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>, reference code
564564
<a href="https://github.com/JavaScriptSolidServer/solidpay/blob/gh-pages/LICENSE">MIT</a> ·
565565
<a href="https://jss.live/solidpay/">solidpay home</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidpay/node",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "SolidPay — Ryan Fugger's original Ripple with Solid ideas: every user is a URI, every transition hash-chained, signatures via did:nostr. A trust-money node in one file, zero dependencies.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)