upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/5C.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2026-04-04 12:50:11 -0300
committerGitHub <noreply@github.com>2026-04-04 12:50:11 -0300
commite5a2a7e2b29f01d9320dd8b18927bb538ad8e05d (patch)
treed22729c1d083f31f37ba8a1eb85a126acbdb42d9 /5C.md
parentdc677b903d9e9bed3b8957deffdd0eb0a17513f1 (diff)
`image`->`icon`
Co-authored-by: Awiteb <a@4rs.nl>
Diffstat (limited to '5C.md')
-rw-r--r--5C.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/5C.md b/5C.md
index a6cbfc5..dcf0d2c 100644
--- a/5C.md
+++ b/5C.md
@@ -4,7 +4,7 @@
4 4
5`draft` `optional` 5`draft` `optional`
6 6
7This NIP defines a standard for publishing self-contained WebAssembly programs as Nostr events ("scrolls"). Scrolls are composed of basic metadata (`name`, `description` and `image`) and initial execution parameters defined as tags and a WASM binary, base64-encoded as the content. The binaries are executed in a sandbox inside a "host" (i.e. a proper Nostr client). Scrolls interact with Nostr only through a set of simple APIs provided by the host. 7This NIP defines a standard for publishing self-contained WebAssembly programs as Nostr events ("scrolls"). Scrolls are composed of basic metadata (`name`, `description` and `icon`) and initial execution parameters defined as tags and a WASM binary, base64-encoded as the content. The binaries are executed in a sandbox inside a "host" (i.e. a proper Nostr client). Scrolls interact with Nostr only through a set of simple APIs provided by the host.
8 8
9--- 9---
10 10