home_filetest.gno
3.94 Kb · 164 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 6](https://test6.testnets.gno.land/)
55// - [Faucet Hub](https://faucet.gno.land)
56//
57// </gno-columns>
58//
59// <gno-columns>
60//
61// ## [Latest Blogposts](/r/gnoland/blog)
62//
63// No posts.
64//
65// |||
66//
67// ## [Latest Events](/r/gnoland/events)
68//
69// No events.
70//
71// |||
72//
73// ## [Hall of Realms](/r/leon/hor)
74//
75// No items in the Hall of Realms.
76//
77//
78//
79// </gno-columns>
80//
81// ---
82//
83// ## [Gno Playground](https://play.gno.land)
84//
85// Gno Playground is a web application designed for building, running, testing, and
86// interacting with your Gno code, enhancing your understanding of the Gno
87// language. With Gno Playground, you can share your code, execute tests, deploy
88// your realms and packages to Gno.land, and explore a multitude of other features.
89//
90// Experience the convenience of code sharing and rapid experimentation with
91// [Gno Playground](https://play.gno.land).
92//
93// ---
94//
95// ## Explore New Packages and Realms
96//
97// All code in Gno.land is organized in packages, and each package lives at a unique package path like
98// "r/gnoland/home". You can browse packages, inspect their source, and use them in your own libraries and realms.
99//
100// <gno-columns>
101//
102// ### r/gnoland
103//
104// Official realm packages developed by the Gno.land core team.
105//
106// [-> Browse](/r/gnoland)
107//
108// |||
109//
110// ### r/sys
111//
112// System-level realm packages used by the chain.
113//
114// [-> Browse](/r/sys)
115//
116// |||
117//
118// ### r/demo
119//
120// Demo realm packages showcasing what’s possible.
121//
122// [-> Browse](/r/demo)
123//
124// |||
125//
126// ### p/demo
127//
128// Pure packages for demo purposes.
129//
130// [-> Browse](/p/demo)
131//
132// </gno-columns>
133//
134// ---
135//
136// <gno-columns>
137// ## Latest Gnomes
138//
139// Latest Gnomes in the [registry](/r/gnoland/users/v1).
140//
141// No registered users.
142//
143// |||
144//
145// ## Socials
146//
147// - Check out our [community projects](https://github.com/gnolang/awesome-gno)
148// - [Discord](https://discord.gg/S8nKUqwkPn)
149// - [Twitter](https://twitter.com/_gnoland)
150// - [Youtube](https://www.youtube.com/@_gnoland)
151// - [Telegram](https://t.me/gnoland)
152//
153// |||
154//
155// ## Quote of the ~Day~ Block #123
156//
157// > Now, you Gno.
158//
159// </gno-columns>
160//
161// ---
162//
163// **This is a testnet.**
164// Package names are not guaranteed to be available for production.