These are the realm's exposed functions ("public smart contracts").

My address: (see `gnokey list`)


contract AdminSetAdminAddr(...)
params
addr string
results
command
contract AdminSetInPause(...)
params
state bool
results
command
contract AdminAddModerator(...)
params
addr string
results
command
contract AdminRemoveModerator(...)
params
addr string
results
command
contract ModAddPost(...)
params
slug string
title string
body string
tags string
results
command
contract ModEditPost(...)
params
slug string
title string
body string
tags string
results
command
contract ModAddCommenter(...)
params
addr string
results
command
contract ModDelCommenter(...)
params
addr string
results
command
contract ModDelComment(...)
params
slug string
index int
results
command
contract AddComment(...)
params
postSlug string
comment string
results
command
contract Render(...)
params
path string
results
_ string
command