draftrealm.gno

0.19 Kb ยท 8 lines
1package draftrealm
2
3// this realm is an example of a draft realm
4// it can only be deployed and imported by packages added at genesis time
5
6func Render(path string) string {
7	return "draft"
8}