Select a file to view its exact on-chain source. Sorted README → gnomod → sources → tests.
Render(path string) string
Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.
# Gno.land Coins Explorer
This is a simple, readonly realm that allows users to browse native coin balances. Check your coin balance below!
<gno-form path="balances">
<gno-input name="address" type="text" placeholder="Valid bech32 address (e.g. g1..., cosmos1..., osmo1...)" />
<gno-input name="coin" type="text" placeholder="Coin (e.g. ugnot)"" />
</gno-form>
Here are a few more ways to use this app:
- `/r/gnoland/coins:balances?address=g1...` - show full list of coin balances of an address
- [Example](/r/gnoland/coins:balances?address=g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5)
- `/r/gnoland/coins:balances?address=g1...&coin=ugnot` - shows the balance of an address for a specific coin
- [Example](/r/gnoland/coins:balances?address=g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5&coin=ugnot)
- `/r/gnoland/coins:convert/<bech32_addr>` - convert a bech32 address to a Gno address
- [Example](/r/gnoland/coins:convert/cosmos1jg8mtutu9khhfwc4nxmuhcpftf0pajdh6svrgs)
- `/r/gnoland/coins:supply/<denom>` - shows the total supply of denom
- Coming soon!
vm/qrender output, sanitized (docs/render-security.md) and displayed in an empty-sandbox iframe — scripts, forms and popups cannot run. Links stay inert in-preview; right-click to open.