PathrockNetwork Gno Explorer
HomeBlocksTransactionsRealmsPackagesValidatorsAnalytics

PathrockNetwork Gno Explorer — an independent explorer for Gno.land Mainnet (gnoland-1), operated by PathrockNetwork. Not an official Gno.land service.

gnowebarchive RPC

gno.land/r/moul/present/v0

Realm
Open in gnoweb ↗

Overview

Kind
Realm (renderable)
Name
v0
Namespace
moul / present
Files
4 (README)(gnomod.toml)
Exported functions
3
Module
gno.land/r/moul/present/v0
gno
0.9

Files (4)

  • README.mdmarkdown
  • gnomod.tomltoml
  • present_init.gnogno
  • present.gnogno
present_init.gnogno
1
package present
2
3func init() {
4 _ = setPresentation(
5 Ownable.Owner(),
6 "demo", // slug
7 "Demo Slides", // title
8 "Demo Event", // event
9 "@demo", // author
10 "2025-02-02", // date
11 `## Slide One
12- Point A
13- Point B
14- Point C
15
16## Slide Two
17- Feature 1
18- Feature 2
19- Feature 3
20
21## Slide Three
22- Next step
23- Another step
24- Final step`,
25 )
26}
27

Functions

  • Delete(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, slug string) string

  • Render(path string) string

  • Set(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, slug string, title string, event string, author string, date string, content string) string

Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.

Rendered

RenderedRawgnoweb ↗

vm/qrender output, sanitized (docs/render-security.md) and displayed in an empty-sandbox iframe — scripts, forms and popups cannot run. Links stay inert in-preview; right-click to open.