Search Apps Documentation Source Content File Folder Download Copy Actions Download

z_0_a_filetest.gno

0.30 Kb ยท 19 lines
 1package main
 2
 3import (
 4	"testing"
 5
 6	boards2 "gno.land/r/boards000/v1rc1"
 7)
 8
 9const owner address = "g16jpf0puufcpcjkph5nxueec8etpcldz7zwgydq" // @devx
10
11func main() {
12	testing.SetRealm(testing.NewUserRealm(owner))
13
14	bid := boards2.CreateBoard(cross, "test123", false)
15	println("ID =", bid)
16}
17
18// Output:
19// ID = 1