home_filetest.gno
4.80 Kb · 172 lines
1package main
2
3import "gno.land/r/gnoland/home"
4
5func main() {
6 println(home.Render(""))
7}
8
9// Output:
10// # Welcome to Gno.land
11//
12// We’re building Gno.land, set to become the leading open-source smart contract
13// platform, using Gno, an interpreted and fully deterministic variation of the
14// Go programming language for succinct and composable smart contracts.
15//
16// With transparent and timeless code, Gno.land is the next generation of smart
17// contract platforms, serving as the “GitHub” of the ecosystem, with realms built
18// using fully transparent, auditable code that anyone can inspect and reuse.
19//
20// Intuitive and easy to use, Gno.land lowers the barrier to web3 and makes
21// censorship-resistant platforms accessible to everyone. If you want to help lay
22// the foundations of a fairer and freer world, join us today.
23//
24//
25// <gno-columns>
26// ## Learn about Gno.land
27//
28// - [About](/about)
29// - [GitHub](https://github.com/gnolang)
30// - [Blog](/blog)
31// - [Events](/events)
32// - [Partners, Fund, Grants](/partners)
33// - [Explore the Ecosystem](/ecosystem)
34// - [Careers](https://jobs.ashbyhq.com/allinbits)
35//
36// |||
37//
38// ## Build with Gno
39//
40// - [Write Gno in the browser](https://play.gno.land)
41// - [Read about the Gno Language](/gnolang)
42// - [Visit the official documentation](https://docs.gno.land)
43// - [Gno by Example](/r/docs/home)
44// - [Efficient local development for Gno](https://docs.gno.land/builders/local-dev-with-gnodev)
45// - [Get testnet GNOTs](https://faucet.gno.land)
46//
47// |||
48//
49// ## Explore the universe
50//
51// - [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples)
52// - [Gnoscan](https://gnoscan.io)
53// - [Staging chain](https://docs.gno.land/resources/gnoland-networks/#staging-environments-portal-loops)
54// - [Testnet 9](https://test9.testnets.gno.land/)
55// - [Faucet Hub](https://faucet.gno.land)
56// - [Open Boards, a social discussion forum](https://gno.land/r/boards000/v1rc1:General)
57//
58// </gno-columns>
59//
60// <gno-columns>
61//
62// ## [Latest Blogposts](/r/gnoland/blog)
63//
64// No posts.
65//
66// |||
67//
68// ## [Latest Events](/r/devrels/events)
69//
70// No events.
71//
72// |||
73//
74// ## [Hall of Realms](/r/leon/hor)
75//
76// No items in the Hall of Realms.
77//
78//
79//
80// </gno-columns>
81//
82// ---
83//
84// ## [Gno Playground](https://play.gno.land)
85//
86// Gno Playground is a web application designed for building, running, testing, and
87// interacting with your Gno code, enhancing your understanding of the Gno
88// language. With Gno Playground, you can share your code, execute tests, deploy
89// your realms and packages to Gno.land, and explore a multitude of other features.
90//
91// Experience the convenience of code sharing and rapid experimentation with
92// [Gno Playground](https://play.gno.land).
93//
94// ---
95//
96// ## Explore New Packages and Realms
97//
98// All code in Gno.land is organized in packages, and each package lives at a unique package path like
99// "r/gnoland/home". You can browse packages, inspect their source, and use them in your own libraries and realms.
100//
101// <gno-columns>
102//
103// ### r/gnoland
104//
105// Official realm packages developed by the Gno.land core team.
106//
107// [Browse](/r/gnoland)
108//
109// |||
110//
111// ### r/sys
112//
113// System-level realm packages used by the chain.
114//
115// [Browse](/r/sys)
116//
117// |||
118//
119// ### r/demo
120//
121// Demo realm packages showcasing what’s possible.
122//
123// [Browse](/r/demo)
124//
125// |||
126//
127// ### p/demo
128//
129// Pure packages for demo purposes.
130//
131// [Browse](/p/demo)
132//
133// </gno-columns>
134//
135// ---
136//
137// <gno-columns>
138// ## Latest Gnomes
139//
140// Latest Gnomes in the [registry](/r/gnoland/users/v1).
141//
142// No registered users.
143//
144// |||
145//
146// ## Socials
147//
148// - Check out our [community projects](https://github.com/gnolang/awesome-gno)
149// - [Discord](https://discord.gg/S8nKUqwkPn)
150// - [Twitter](https://twitter.com/_gnoland)
151// - [Youtube](https://www.youtube.com/@_gnoland)
152// - [Telegram](https://t.me/gnoland)
153//
154// |||
155//
156// ## Quote of the ~Day~ Block #123
157//
158// > Now, you Gno.
159//
160// </gno-columns>
161//
162// ---
163//
164// ## Sign up for our newsletter
165//
166// Stay in the Gno by signing up for our newsletter. You'll get the scoop on dev updates, fresh content, and community news.
167//
168// [](https://land.us18.list-manage.com/subscribe?u=8befe3303cf82796d2c1a1aff&id=271812000b)
169//
170// ---
171//
172// **This is a testnet.** Package names are not guaranteed to be available for production.