package main import "gno.land/r/gnoland/home" func main() { println(home.Render("")) } // Output: // # Welcome to Gno.land // // We’re building Gno.land, set to become the leading open-source smart contract // platform, using Gno, an interpreted and fully deterministic variation of the // Go programming language for succinct and composable smart contracts. // // With transparent and timeless code, Gno.land is the next generation of smart // contract platforms, serving as the “GitHub” of the ecosystem, with realms built // using fully transparent, auditable code that anyone can inspect and reuse. // // Intuitive and easy to use, Gno.land lowers the barrier to web3 and makes // censorship-resistant platforms accessible to everyone. If you want to help lay // the foundations of a fairer and freer world, join us today. // // // // ## Learn about Gno.land // // - [About](/about) // - [GitHub](https://github.com/gnolang) // - [Blog](/blog) // - [Events](/events) // - [Partners, Fund, Grants](/partners) // - [Explore the Ecosystem](/ecosystem) // - [Careers](https://jobs.ashbyhq.com/allinbits) // // ||| // // ## Build with Gno // // - [Write Gno in the browser](https://play.gno.land) // - [Read about the Gno Language](/gnolang) // - [Visit the official documentation](https://docs.gno.land) // - [Gno by Example](/r/docs/home) // - [Efficient local development for Gno](https://docs.gno.land/builders/local-dev-with-gnodev) // - [Get testnet GNOTs](https://faucet.gno.land) // // ||| // // ## Explore the universe // // - [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples) // - [Gnoscan](https://gnoscan.io) // - [Staging chain](https://docs.gno.land/resources/gnoland-networks/#staging-environments-portal-loops) // - [Testnet 6](https://test6.testnets.gno.land/) // - [Faucet Hub](https://faucet.gno.land) // // // // // // ## [Latest Blogposts](/r/gnoland/blog) // // No posts. // // ||| // // ## [Latest Events](/r/gnoland/events) // // No events. // // ||| // // ## [Hall of Realms](/r/leon/hor) // // No items in the Hall of Realms. // // // // // // --- // // ## [Gno Playground](https://play.gno.land) // // Gno Playground is a web application designed for building, running, testing, and // interacting with your Gno code, enhancing your understanding of the Gno // language. With Gno Playground, you can share your code, execute tests, deploy // your realms and packages to Gno.land, and explore a multitude of other features. // // Experience the convenience of code sharing and rapid experimentation with // [Gno Playground](https://play.gno.land). // // --- // // ## Explore New Packages and Realms // // All code in Gno.land is organized in packages, and each package lives at a unique package path like // "r/gnoland/home". You can browse packages, inspect their source, and use them in your own libraries and realms. // // // // ### r/gnoland // // Official realm packages developed by the Gno.land core team. // // [-> Browse](/r/gnoland) // // ||| // // ### r/sys // // System-level realm packages used by the chain. // // [-> Browse](/r/sys) // // ||| // // ### r/demo // // Demo realm packages showcasing what’s possible. // // [-> Browse](/r/demo) // // ||| // // ### p/demo // // Pure packages for demo purposes. // // [-> Browse](/p/demo) // // // // --- // // // ## Latest Gnomes // // Latest Gnomes in the [registry](/r/gnoland/users/v1). // // No registered users. // // ||| // // ## Socials // // - Check out our [community projects](https://github.com/gnolang/awesome-gno) // - [Discord](https://discord.gg/S8nKUqwkPn) // - [Twitter](https://twitter.com/_gnoland) // - [Youtube](https://www.youtube.com/@_gnoland) // - [Telegram](https://t.me/gnoland) // // ||| // // ## Quote of the ~Day~ Block #123 // // > Now, you Gno. // // // // --- // // **This is a testnet.** // Package names are not guaranteed to be available for production.