home_filetest.gno

4.38 Kb · 140 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// ## Learn about gno.land
 25//
 26// - [About](/about)
 27// - [GitHub](https://github.com/gnolang)
 28// - [Blog](/blog)
 29// - [Events](/events)
 30// - Tokenomics (soon)
 31// - [Partners, Fund, Grants](/partners)
 32// - [Explore the Ecosystem](/ecosystem)
 33// - [Careers](https://jobs.ashbyhq.com/allinbits)
 34//
 35// ## Build with Gno
 36//
 37// - [Write Gno in the browser](https://play.gno.land)
 38// - [Read about the Gno Language](/gnolang)
 39// - [Visit the official documentation](https://docs.gno.land)
 40// - [Gno by Example](https://gno-by-example.com/)
 41// - [Efficient local development for Gno](https://docs.gno.land/gno-tooling/cli/gno-tooling-gnodev)
 42// - [Get testnet GNOTs](https://faucet.gno.land)
 43//
 44// ## Explore the universe
 45//
 46// - [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples)
 47// - [Gnoscan](https://gnoscan.io)
 48// - [Staging chain](https://docs.gno.land/concepts/portal-loop)
 49// - [Testnet 6](https://test6.gno.land/)
 50// - [Testnet 5](https://test5.gno.land/)
 51// - [Faucet Hub](https://faucet.gno.land)
 52//
 53// ## [Latest Blogposts](/r/gnoland/blog)
 54//
 55// No posts.
 56//
 57// ## [Latest Events](/r/gnoland/events)
 58//
 59// No events.
 60//
 61// ## [Hall of Realms](/r/leon/hor)
 62//
 63//
 64//
 65// ---
 66//
 67// ## [Gno Playground](https://play.gno.land)
 68//
 69//
 70// Gno Playground is a web application designed for building, running, testing, and
 71// interacting with your Gno code, enhancing your understanding of the Gno
 72// language. With Gno Playground, you can share your code, execute tests, deploy
 73// your realms and packages to gno.land, and explore a multitude of other features.
 74//
 75// Experience the convenience of code sharing and rapid experimentation with
 76// [Gno Playground](https://play.gno.land).
 77//
 78// ## Explore New Packages and Realms
 79//
 80// ### [r/gnoland](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/gnoland)
 81//
 82// - [r/gnoland/blog](/r/gnoland/blog)
 83// - [r/gnoland/users](/r/gnoland/users)
 84// - [r/gnoland/home](/r/gnoland/home)
 85// - [r/gnoland/pages](/r/gnoland/pages)
 86//
 87// ### [r/sys](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/sys)
 88//
 89// - [r/sys/names](/r/sys/names)
 90// - [r/sys/users](/r/sys/users)
 91// - [r/sys/rewards](/r/sys/rewards)
 92// - [/r/sys/validators/v2](/r/sys/validators/v2)
 93//
 94// ### [r/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/demo)
 95//
 96// - [r/demo/boards](/r/demo/boards)
 97// - [r/demo/banktest](/r/demo/banktest)
 98// - [r/demo/foo20](/r/demo/foo20)
 99// - [r/demo/foo721](/r/demo/foo721)
100// - [r/demo/microblog](/r/demo/microblog)
101// - [r/demo/nft](/r/demo/nft)
102// - [r/demo/types](/r/demo/types)
103// - [r/demo/art/gnoface](/r/demo/art/gnoface)
104// - [r/demo/art/millipede](/r/demo/art/millipede)
105// - [r/demo/groups](/r/demo/groups)
106// - ...
107//
108// ### [p/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/p/demo)
109//
110// - [p/demo/avl](/p/demo/avl)
111// - [p/demo/blog](/p/demo/blog)
112// - [p/demo/ui](/p/demo/ui)
113// - [p/demo/ufmt](/p/demo/ufmt)
114// - [p/demo/merkle](/p/demo/merkle)
115// - [p/demo/bf](/p/demo/bf)
116// - [p/demo/flow](/p/demo/flow)
117// - [p/demo/gnode](/p/demo/gnode)
118// - [p/demo/grc/grc20](/p/demo/grc/grc20)
119// - [p/demo/grc/grc721](/p/demo/grc/grc721)
120// - ...
121//
122// ---
123//
124// ## Socials
125//
126// - Check out our [community projects](https://github.com/gnolang/awesome-gno)
127// - [Discord](https://discord.gg/S8nKUqwkPn)
128// - [Twitter](https://twitter.com/_gnoland)
129// - [Youtube](https://www.youtube.com/@_gnoland)
130// - [Telegram](https://t.me/gnoland)
131//
132// ## Quote of the ~Day~ Block#123
133//
134// > Now, you Gno.
135//
136// ---
137//
138// **This is a testnet.**
139// Package names are not guaranteed to be available for production.
140//