v0 source realm
Realm probe is shaped exactly like a generated instance realm: it owns the state, and every exported function is a on...
View source
gno.land/r/moul/x/framelab/probe/v0
The realm half of the p/moul/x/framelab/v0 probe: shaped exactly like a
generated instance realm (state here, logic in the pure package, one-line
re-exports forwarding cur), and used only to assert which realm frame the pure
package runs in.
Not useful on chain. It exists so the property the instance-per-realm pattern depends on has a test that fails loudly if a future gno release changes it.
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:

🧪 Highly experimental — potentially vibe-coded. Not audited; may break, change, or be removed at any time. Do not use with anything of value. Full disclaimer: DISCLAIMER.
Realm probe is shaped exactly like a generated instance realm: it owns the state, and every exported function is a one-line re-export that forwards `cur` into the shared pure package.