Render
Render displays the cow for gnoweb.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/g12cs4cehujpffpjpywmkqj43m6u5ya53nj69sjz/cowsay.Render()"
Result
Package cowsay is an on-chain Gno port of the classic `cowsay` program: it prints an ASCII cow with a speech bubble containing a message.
Original: cowsay by Tony Monroe (1999), a Perl program later ported to Go many times. This realm reimplements the core rendering — bubble framing, word-wrapping and the cow art — as pure, deterministic string logic.
Render displays the cow for gnoweb.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/g12cs4cehujpffpjpywmkqj43m6u5ya53nj69sjz/cowsay.Render()"
Say returns the full cowsay art (speech bubble + cow) for msg. An empty msg falls back to the default message.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/g12cs4cehujpffpjpywmkqj43m6u5ya53nj69sjz/cowsay.Say()"