AppCount
AppCount returns the total number of registered listings (any status).
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/samcrew/memba_appstore_v2.AppCount()"
Result
Package memba_appstore_v2 is a curated App Store for gno.land dApps: publishers pay a flat listing fee to register an app; a curator flips it live.
MONEY PATH (the only one): RegisterApp collects a flat `registrationFee` in ugnot and forwards 100% to the treasury in the SAME call — nothing is ever custodied. The safety contract mirrors memba_token_otc_v1 + the O-13 lesson:
TREASURY: stored LOCALLY (admin-settable, 2-step handoff, defaults to the samcrew multisig) rather than read from memba_market_config — this keeps the realm self-contained so the whole money path is unit-tested locally. Keep it in sync with memba_market_config.GetTreasury(); a future version may read the fee spine directly (which makes the realm non-locally-testable — a deliberate later trade-off).
AppCount returns the total number of registered listings (any status).
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/samcrew/memba_appstore_v2.AppCount()"