image->icon

Co-authored-by: Awiteb <a@4rs.nl>
This commit is contained in:
fiatjaf_
2026-04-04 12:50:11 -03:00
committed by GitHub
co-authored by Awiteb
parent dc677b903d
commit e5a2a7e2b2
+1 -1
View File
@@ -4,7 +4,7 @@
`draft` `optional`
This 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.
This 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.
---