Search Apps Documentation Source Content File Folder Download Copy

page_testnets.gno

0.63 Kb ยท 18 lines
 1package gnopages
 2
 3func init() {
 4	path := "testnets"
 5	title := "gno.land Testnet List"
 6	body := `
 7- [Portal Loop](https://docs.gno.land/concepts/portal-loop) - a rolling testnet
 8- [staging.gno.land](https://staging.gno.land) - wiped every commit to monorepo master
 9- _[test4.gno.land](https://test4.gno.land) (latest)_
10
11For a list of RPC endpoints, see the [reference documentation](https://docs.gno.land/reference/rpc-endpoints).
12
13## Local development
14
15See the "Getting started" section in the [official documentation](https://docs.gno.land/getting-started/local-setup).
16`
17	_ = b.NewPost("", path, title, body, "2022-05-20T13:17:29Z", nil, nil)
18}