Search Apps Documentation Source Content File Folder Download Copy Actions Download

simok.gno

0.21 Kb · 6 lines
1// simok — a minimal live realm on test13.
2package simok
3
4func Render(path string) string {
5	return "# simok\n\n> A minimal gno realm — proof that the daily-dapp deploy path works end to end.\n\n_Live on test13._"
6}