Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

home package

Overview

Package home is zôÖma's profile page on gno.land.

gnoweb renders a profile by calling Render("") on the realm at exactly /r/<namespace>/home, so this path carries no /vN suffix.

The page is assembled from SLOTS: named markdown fragments, one Set transaction each. The slot named "layout" is the template; every :slug: placeholder in it is replaced by the slot of that name, in a single pass. init seeds every slot from content.gno, so the page is complete the block it goes live and later edits are data, not redeploys.

One thing on this page is not written by its owner: visitors can send a heart (<3), one per address, and the page counts them.

Functions

Append

func Append(cur realm, slug, body string)

Append adds to the end of a slot, creating it when absent, for bodies too large for one transaction.

Params

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Append" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Append" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx
  

Delete

func Delete(cur realm, slug string)

Delete removes a slot. Deleting "layout" falls back to the built-in layout.

Param

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Delete" -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Delete" -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx
  

DeleteGallery

func DeleteGallery(cur realm, name string)

DeleteGallery removes a gallery.

Param

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "DeleteGallery" -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "DeleteGallery" -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx
  

Get

func Get(slug string) string

Get returns a slot body, or "" when the slot does not exist.

Param

Command

gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.Get()"

Result

HasHeart

func HasHeart(addr address) bool

HasHeart reports whether addr already sent a <3.

Param

Command

gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.HasHeart()"

Result

Heart

func Heart(cur realm)

Heart records one <3 from the caller. Each address can send exactly one.

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Heart" -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Heart" -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx
  

Hearts

func Hearts() int

Hearts returns how many distinct addresses sent a <3.

Command

gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.Hearts()"

Result

Render

func Render(path string) string

Render serves:

Example
1""             the profile page
2"slots"        the slot index
3"slots/<slug>" one slot's raw markdown
4"hearts"       everyone who sent a <3

Param

Command

gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.Render()"

Result

Revision

func Revision() int

Revision is the total number of slot writes accepted.

Command

gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home.Revision()"

Result

Set

func Set(cur realm, slug, body string)

Set creates or replaces one slot.

Params

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Set" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "Set" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx
  

SetGallery

func SetGallery(cur realm, name, spec string)

SetGallery replaces a whole gallery from its line format.

Params

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "SetGallery" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1747t5m2f08plqjlrjk2q0qld7465hxz8gkx59c/home" -func "SetGallery" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx