func Count
ActionCount returns how many greetings have been recorded. Read-only.
Package hello is a canary realm: it proves the end-to-end pipeline (workspace resolution of a versioned local depende...
gno.land/r/moul/hello/v0Canary realm proving the end-to-end pipeline (imports p/moul/greet/v0).
Part of moul/gno-contracts — moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage.
Dependency graph:

⚠️ Disclaimer: provided as-is, without warranty; not security-audited. Full disclaimer: DISCLAIMER.
Package hello is a canary realm: it proves the end-to-end pipeline (workspace resolution of a versioned local dependency, gno test, gno lint, and CI) works from the very first commit. It has no external dependencies. Remove it once real realms land.
Count returns how many greetings have been recorded. Read-only.
Greet records a greeting from the caller and returns it. Crossing function: it mutates persistent state, so it takes `cur realm` per the gno 0.9 interrealm convention.
Render is the gnoweb Markdown view.