diff --git a/app/layout.jsx b/app/layout.jsx index da5bd78..e8f9b70 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -15,7 +15,7 @@ const siteUrl = : 'http://localhost:3000') const description = - 'A native Nostr ecosystem in Zig — a foundational protocol library, utility libraries, and fast native apps like the Signet remote signer.' + 'A native Nostr ecosystem in Zig: a foundational protocol library, utility libraries, and fast native apps like the Notary remote signer.' export const metadata = { metadataBase: new URL(siteUrl), diff --git a/content/_meta.js b/content/_meta.js index ec17a59..403a329 100644 --- a/content/_meta.js +++ b/content/_meta.js @@ -16,7 +16,7 @@ export default { architecture: 'Architecture', nips: 'NIP Support', plaza: 'Plaza', - signer: 'Signet', + signer: 'Notary', performance: 'Performance', roadmap: 'Roadmap', } diff --git a/content/architecture.mdx b/content/architecture.mdx index fc2c588..e645459 100644 --- a/content/architecture.mdx +++ b/content/architecture.mdx @@ -55,4 +55,4 @@ The layer the native signer is built on: - **NIP-42** client authentication, so a signer can serve over relays that gate access behind auth. -The native signer built on this layer is **[Signet](/signer)**. +The native signer built on this layer is **[Notary](/signer)**. diff --git a/content/ecosystem.mdx b/content/ecosystem.mdx index 3b74111..180d53b 100644 --- a/content/ecosystem.mdx +++ b/content/ecosystem.mdx @@ -22,22 +22,22 @@ More arrive as the ecosystem grows — they'll be listed here as they ship. Real products built entirely on the core — proof it holds up under product weight, and the reason the ecosystem exists. -### Signet: shipped +### Notary: shipped A NIP-46 remote signer for macOS. Your key lives in a local daemon; every signing request waits for your approval, and your `nsec` never leaves it. -→ [`zig-nostr/signet`](https://github.com/zig-nostr/signet) · [read more](/signer) +→ [`zig-nostr/notary`](https://github.com/zig-nostr/notary) · [read more](/signer) ### Plaza: in progress The flagship client: browse and post within two minutes, with the feed rendered -from disk and reconciled in the background. Your key lives in Signet, a separate +from disk and reconciled in the background. Your key lives in Notary, a separate process, or in your own signer. → [`zig-nostr/plaza`](https://github.com/zig-nostr/plaza) · [read more](/plaza) ### On the roadmap -- **A private messenger** — NIP-17 gift-wrapped DMs, signing through Signet. +- **A private messenger**: NIP-17 gift-wrapped DMs, signing through Notary. - **A document app** — Nostr-native notes and long-form (NIP-23). - **More NIPs, payments, and platforms** — the ecosystem expands across desktop and mobile. diff --git a/content/index.mdx b/content/index.mdx index 5f6ffc2..c3bc385 100644 --- a/content/index.mdx +++ b/content/index.mdx @@ -40,7 +40,7 @@ title: The Nostr protocol, natively in Zig
Signet ships today, Plaza is the flagship client in progress, and a messenger and more are on the way across desktop and mobile. Real products, all on one core.
+Notary ships today, Plaza is the flagship client in progress, and a messenger and more are on the way across desktop and mobile. Real products, all on one core.
Signet, a NIP-46 bunker that signs for any client while your nsec never leaves the daemon — a downloadable macOS app.
+Notary is a NIP-46 bunker that signs for any client while your nsec never leaves the daemon. A downloadable macOS app.
A NIP-46 remote signer for macOS. Your nsec stays in a local daemon; every request waits for your approval.
@@ -103,7 +103,7 @@ title: The Nostr protocol, natively in ZigA private DM app — NIP-17 gift-wrapped messages, signing through Signet, rendering instantly from the local store.
+A private DM app: NIP-17 gift-wrapped messages, signing through Notary, rendering instantly from the local store.
@@ -24,12 +24,12 @@ approval. The key never leaves the daemon.
## Install (macOS, Apple Silicon)
```sh
-curl -fsSL https://raw.githubusercontent.com/zig-nostr/signet/main/scripts/install-macos.sh | bash
+curl -fsSL https://raw.githubusercontent.com/zig-nostr/notary/main/scripts/install-macos.sh | bash
```
The installer resolves the latest release, verifies its SHA-256, installs
-`Signet.app`, and launches it. Source, releases, and build instructions live at
-[`zig-nostr/signet`](https://github.com/zig-nostr/signet).
+`Notary.app`, and launches it. Source, releases, and build instructions live at
+[`zig-nostr/notary`](https://github.com/zig-nostr/notary).
## Supported operations
@@ -41,7 +41,7 @@ allowlists, so you decide exactly what a connected client may ask for.
## Why it matters
The hard problem in Nostr UX is key custody: every web client that wants to post
-on your behalf traditionally needs your `nsec`. Signet is the counter-example —
+on your behalf traditionally needs your `nsec`. Notary is the counter-example:
a fast, native key manager that signs for any client while the secret stays put.
It's the first of the `zig-nostr` [showcases](/roadmap); the messenger and reader
are next.
diff --git a/public/signet-demo.gif b/public/notary-demo.gif
similarity index 100%
rename from public/signet-demo.gif
rename to public/notary-demo.gif