z_0_a_filetest.gno

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