From 7ec0aa813ca7612f1b7f5c9e80476ba9ff687470 Mon Sep 17 00:00:00 2001 From: alexiscolin Date: Fri, 7 Mar 2025 14:53:00 +0900 Subject: [PATCH 1/4] refactor: gnoland home realm --- examples/gno.land/r/gnoland/home/home.gno | 298 +++++++++++++--------- 1 file changed, 173 insertions(+), 125 deletions(-) diff --git a/examples/gno.land/r/gnoland/home/home.gno b/examples/gno.land/r/gnoland/home/home.gno index 0e4c764709c..8d11793b3a5 100644 --- a/examples/gno.land/r/gnoland/home/home.gno +++ b/examples/gno.land/r/gnoland/home/home.gno @@ -1,15 +1,10 @@ package home import ( - "std" - "strconv" - "gno.land/p/demo/ownable" - "gno.land/p/demo/ui" "gno.land/p/moul/dynreplacer" blog "gno.land/r/gnoland/blog" events "gno.land/r/gnoland/events" - "gno.land/r/leon/hof" ) // XXX: p/demo/ui API is crappy, we need to make it more idiomatic @@ -30,144 +25,220 @@ func Render(_ string) string { out, _ := events.RenderEventWidget(events.MaxWidgetSize) return out }) - r.RegisterCallback(":latest-hof:", func() string { - return hof.RenderExhibWidget(5) - }) - r.RegisterCallback(":qotb:", quoteOfTheBlock) - r.RegisterCallback(":chain-height:", func() string { - return strconv.Itoa(int(std.ChainHeight())) - }) template := `# 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. +## We're building a user-owned internet where governance is fair, development is open, and innovation is rewarded. -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. +[/about](/about)     [/github](/github)     [/try gno](/try-gno) -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. +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. Quisque a blandit ex, at viverra ex.Donec nulla risus, ullamcorper rutrum sapien ut, varius interdum quam. Donec non sapien varius, iaculis nibh at, placerat risus. -## Learn about gno.land +Proin placerat quis odio id maximus. -- [About](/about) -- [GitHub](https://github.com/gnolang) -- [Blog](/blog) -- [Events](/events) -- Tokenomics (soon) -- [Partners, Fund, Grants](/partners) -- [Explore the Ecosystem](/ecosystem) -- [Careers](https://jobs.ashbyhq.com/allinbits) +--- -## Build with Gno +Why 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](https://gno-by-example.com/) -- [Efficient local development for Gno](https://docs.gno.land/gno-tooling/cli/gno-tooling-gnodev) -- [Get testnet GNOTs](https://faucet.gno.land) +## A new decentralized operating system (dOS) to power the Internet of Everyone -## Explore the universe +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. -- [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples) -- [Gnoscan](https://gnoscan.io) -- [Portal Loop](https://docs.gno.land/concepts/portal-loop) -- [Testnet 4](https://test4.gno.land/) -- [Faucet Hub](https://faucet.gno.land) + -## [Latest Blogposts](/r/gnoland/blog) +#### -:latest-blogposts: +![Social coordination & community](#) -## [Latest Events](/r/gnoland/events) +### Social coordination & community -:upcoming-events: +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) + +#### + +![Governance & organization](#) + +### Governance & Organization + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) + +#### + +![New-Economic-Model](#) + +### New Economic Model + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) + +#### + +![The next killer app](#) -## [Hall of Fame](/r/leon/hof) +### The next killer app -:latest-hof: +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) + + --- -## [Gno Playground](https://play.gno.land) +Ecosystem + +## Discover the gno.land universe + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. + +[/the universe ](#) + + + + +#### + +![Wallet](#) + +### Wallet + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) + +#### + +![Explorers](#) + +### Explorers + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) + +#### + +![Defi](#) +### Defi -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. +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  -Experience the convenience of code sharing and rapid experimentation with -[Gno Playground](https://play.gno.land). +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) -## Explore New Packages and Realms +#### -### [r/gnoland](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/gnoland) +![Social dApps](#) -- [r/gnoland/blog](r/gnoland/blog) -- [r/gnoland/dao](r/gnoland/dao) -- [r/gnoland/faucet](r/gnoland/faucet) -- [r/gnoland/home](r/gnoland/home) -- [r/gnoland/pages](r/gnoland/pages) +### Social dApps -### [r/sys](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/sys) +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  -- [r/sys/names](r/sys/names) -- [r/sys/rewards](r/sys/rewards) -- [/r/sys/validators/v2](/r/sys/validators/v2) +- [Lorem ipsum dolor](/) +- [Lorem ipsum dolor](/) -### [r/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/r/demo) + -- [r/demo/boards](r/demo/boards) -- [r/demo/users](r/demo/users) -- [r/demo/banktest](r/demo/banktest) -- [r/demo/foo20](r/demo/foo20) -- [r/demo/foo721](r/demo/foo721) -- [r/demo/microblog](r/demo/microblog) -- [r/demo/nft](r/demo/nft) -- [r/demo/types](r/demo/types) -- [r/demo/art/gnoface](r/demo/art/gnoface) -- [r/demo/art/millipede](r/demo/art/millipede) -- [r/demo/groups](r/demo/groups) -- ... +## A community of gnomes -### [p/demo](https://github.com/gnolang/gno/tree/master/examples/gno.land/p/demo) +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. Quisque a blandit ex, at viverra ex. -- [p/demo/avl](p/demo/avl) -- [p/demo/blog](p/demo/blog) -- [p/demo/ui](p/demo/ui) -- [p/demo/ufmt](p/demo/ufmt) -- [p/demo/merkle](p/demo/merkle) -- [p/demo/bf](p/demo/bf) -- [p/demo/flow](p/demo/flow) -- [p/demo/gnode](p/demo/gnode) -- [p/demo/grc/grc20](p/demo/grc/grc20) -- [p/demo/grc/grc721](p/demo/grc/grc721) -- ... + +## + +![Blog](#) + +### Our Blog + +:latest-blogposts: + +## + +![Events](#) + +### Past Events + +:upcoming-events: + + --- -## Socials +Builders + +## Build on gno.land + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. Quisque a blandit ex, at viverra ex. Maecenas quis neque quis augue laoreet ultrices. Integer posuere hendrerit feugiat. + +[/read the documentation](docs.gno.land) + + + +### Builder Portal + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +[/read more](/) + +### Bounties + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  -- 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) +[/read more](/) -## Quote of the ~Day~ Block#:chain-height: +### gno.land grants -> :qotb: +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  + +[/read more](/) + + --- -**This is a testnet.** -Package names are not guaranteed to be available for production. + + +### General + +- [About](#) +- [Events](#) +- [Blog](#) +- [Carreer](#) + +### Advanced + +- [Builder Guides](#) +- [Tokenomics](#) +- [Demo list](#) +- [Docs](#) + +### Explore + +- [Faucet](#) +- [Ecosystem](#) +- [Partners](#) +- [Gnops](#) + +### Social + +- [GitHub](#) +- [Discord](#) +- [YouTube](#) +- [Twitter](#) + + ` if override != "" { @@ -177,29 +248,6 @@ Package names are not guaranteed to be available for production. return result } -func latestHOFItems(num int) ui.Element { - submissions := hof.RenderExhibWidget(num) - - return ui.Element{ - ui.H2("[Hall of Fame](/r/leon/hof)"), - ui.Text(submissions), - } -} - -func quoteOfTheBlock() string { - quotes := []string{ - "Gno is for Truth.", - "Gno is for Social Coordination.", - "Gno is _not only_ for DeFi.", - "Now, you Gno.", - "Come for the Go, Stay for the Gno.", - } - height := std.ChainHeight() - idx := int(height) % len(quotes) - qotb := quotes[idx] - return qotb -} - func AdminSetOverride(content string) { Admin.AssertCallerIsOwner() override = content From 9f8e7ce6647eb7dbc2fa42c516752474d195cfc9 Mon Sep 17 00:00:00 2001 From: Michelle <117160070+michelleellen@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:04:01 +0100 Subject: [PATCH 2/4] Update home.gno Proposed suggestions for content for the homepage to be reviewed and iterated upon. --- examples/gno.land/r/gnoland/home/home.gno | 95 +++++++++++++---------- 1 file changed, 54 insertions(+), 41 deletions(-) diff --git a/examples/gno.land/r/gnoland/home/home.gno b/examples/gno.land/r/gnoland/home/home.gno index 8d11793b3a5..f969c9aef3c 100644 --- a/examples/gno.land/r/gnoland/home/home.gno +++ b/examples/gno.land/r/gnoland/home/home.gno @@ -32,9 +32,15 @@ func Render(_ string) string { [/about](/about)     [/github](/github)     [/try gno](/try-gno) -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. Quisque a blandit ex, at viverra ex.Donec nulla risus, ullamcorper rutrum sapien ut, varius interdum quam. Donec non sapien varius, iaculis nibh at, placerat risus. +We’re building gno.land, set to be the leading open-source smart contract platform for the Internet of the future. At its core, gno.land is powered by Gno, an interpreted and fully deterministic variation of the Go programming language, designed for succinct and composable smart contracts. + +The gno.land blockchain is the first experiment showcasing what’s possible with Gno, providing a secure, auditable, and reusable architecture for building and iterating on decentralized applications. With transparent and timeless code, gno.land serves as the “GitHub” of the Gno ecosystem, enabling anyone to inspect, reuse, and contribute to the development of Gno-based dApps. Intuitive and easy to use, gno.land makes anti-censorship-resistant web3 applications the standard for the future. Join us in building an open-source-first, fairer, and freer Internet for everyone + +- Reusability - smart contracts built with Gno are designed to encourage reusability, composability, and forkability when needed.  +- Open and transparent - all smart contracts and applications are fully open-source and auditable, ensuring verifiability.  +- Decentralized Governance – governance is maintained by trusted contributors and the community.  +- Developer-Friendly – Go developers can easily transition to Gno and start building without learning a new, restrictive language. -Proin placerat quis odio id maximus. --- @@ -42,7 +48,7 @@ Why Gno? ## A new decentralized operating system (dOS) to power the Internet of Everyone -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. +We are building an operating system and network for everyone who wants to contribute and change the way the human component of the web currently operates. Find out more how gno.land is making this happen. @@ -52,10 +58,8 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultri ### Social coordination & community -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +Censorship-resistant, community-organized social impact platforms that provide coordination, conversation, conflict resolution, and a builder-owned governance sstructure. -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) #### @@ -63,10 +67,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida. ### Governance & Organization -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  - -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) +Redefining governance frameworks, negotiation systems, and decentralized autonomous organizations (DAOs) to prioritize a common ecosystem alignment, active participation and ownership, and application specific implementations in lieu of a solely capital-based control system. #### @@ -74,10 +75,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida. ### New Economic Model -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  - -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) +A contribution-driven economic model that incentivizes creators, innovators, moderators, and maintainers to ensure a sustainable, builder-aligned governance and organizational framework for an alternative model to the current speculation or advertising based internet. #### @@ -85,20 +83,31 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida. ### The next killer app -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +A reusable technical architecture for everyone to build the killer applications of the future that attract the next wave of builders and users to the Internet of Everyone. -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) +TODO: Add 'Beta Mainnet Coming Soon!' section + +Stay tuned for the first phase of gno.land's launch, the beta mainnet release, and airdrop distribution. [Road to Mainnet and Beyond](https://gno.land/r/gnoland/blog:p/road-to-mainnet) + +TODO: Include the gno.land roadmap dynamic infographic + +**A moment in time (May 20th, 2020)*: Cosmos snapshot +**Milestone complete (July 2024)**: A multi-node, permanent and stable testnet with 1st implementation of the GovDAO +**Milestone complete (November 2024)**: Extended validator set, testnet improvements and GovDAO v2 +**Milestone 'Beta Mainnet Release' (March 2025)**: GovDAO v3, r/Boards, Token distribution, Security audit complete +**Milestone 'Build the Future' (2025)**: Bridging Cosmos and gno.land, the foundations of a network of everyone +**Milestone 'Mainnet' (2025)**: A complete mainnet with token transfers and Cosmos bridge with ICS and IBC + --- Ecosystem ## Discover the gno.land universe -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. +Explore gno.land's expanding ecosystem of applications, wallets, and explorers. [/the universe ](#) @@ -109,12 +118,12 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultri ![Wallet](#) -### Wallet +### Wallets -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +Execute transactions on gno.land using wallets, or a CLI keychain and client tool. -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) +- [Adena Wallet](https://www.adena.app/) +- [gnokey](https://docs.gno.land/gno-tooling/cli/gnokey/) #### @@ -122,38 +131,42 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida. ### Explorers -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +Monitor and track the status of on-chain transactions in real time. + +- [gnoscan](https://gnoscan.io/) -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) #### ![Defi](#) -### Defi +### Defi and Games -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +Try out the DeFi platforms and gaming applications on gno.land. -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) +- [gnoswap - a gno.land DEX](http://beta.gnoswap.io/) +- [gnochess](TODO) +- [Flippando](https://flippando.xyz/#) +- [Shifumi] (TODO) +- [Conway's Game of Life](TODO) #### ![Social dApps](#) -### Social dApps +### Social and Community dApps + +Register your gno.land username and be a part of the conversation happening on gno.land social network, r/Boards. -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +- [r/users - gno.land's user name registry](https://gno.land/r/gnoland/users/v1) +- [r/Boards - gno.land's social network](TODO) -- [Lorem ipsum dolor](/) -- [Lorem ipsum dolor](/) ## A community of gnomes -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. Quisque a blandit ex, at viverra ex. +gno.land is a contribution-driven network and community where gnomes, its dedicated contributors, serve as the builders, guardians, and pioneers of a future Internet of Everyone. ## @@ -180,7 +193,7 @@ Builders ## Build on gno.land -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultricies risus. Cras libero est, congue vitae ex nec, sodales rutrum leo. Quisque a blandit ex, at viverra ex. Maecenas quis neque quis augue laoreet ultrices. Integer posuere hendrerit feugiat. +gno.land builders are at the center of creating a user-owned network where applications remain open and reusable, governance aligns with contributors, and innovation extends beyond financial speculation. [/read the documentation](docs.gno.land) @@ -188,21 +201,21 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ultricies ultri ### Builder Portal -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +The Builder Portal is a collection of educational resources and tools to help you learn, experiment, and develop your Gno skills. -[/read more](/) +[TODO](/) ### Bounties -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +The Gno bounty program is a good way to find interesting challenges in Gno, and get rewarded for helping us advance the project. -[/read more](/) +[/read more](https://github.com/gnolang/bounties) ### gno.land grants -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec gravida gravida.  +gno.land grants program provides financial support to developers interested in exploring new blockchain technology, and/or are already actively contributing to gno.land. -[/read more](/) +[/read more](https://github.com/gnolang/grants) From a4b1468619017c0c3497e77389541bb0071b1ada Mon Sep 17 00:00:00 2001 From: Michelle <117160070+michelleellen@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:03:36 +0100 Subject: [PATCH 3/4] Update examples/gno.land/r/gnoland/home/home.gno Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> --- examples/gno.land/r/gnoland/home/home.gno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gno.land/r/gnoland/home/home.gno b/examples/gno.land/r/gnoland/home/home.gno index f969c9aef3c..8704e297d4a 100644 --- a/examples/gno.land/r/gnoland/home/home.gno +++ b/examples/gno.land/r/gnoland/home/home.gno @@ -94,7 +94,7 @@ Stay tuned for the first phase of gno.land's launch, the beta mainnet release, a TODO: Include the gno.land roadmap dynamic infographic -**A moment in time (May 20th, 2020)*: Cosmos snapshot +**A moment in time (May 20th, 2022)*: Cosmos snapshot **Milestone complete (July 2024)**: A multi-node, permanent and stable testnet with 1st implementation of the GovDAO **Milestone complete (November 2024)**: Extended validator set, testnet improvements and GovDAO v2 **Milestone 'Beta Mainnet Release' (March 2025)**: GovDAO v3, r/Boards, Token distribution, Security audit complete From 9a96838220925deb1634d8bd45a4bfc8e6d7d9a3 Mon Sep 17 00:00:00 2001 From: Michelle <117160070+michelleellen@users.noreply.github.com> Date: Wed, 12 Mar 2025 12:59:07 +0100 Subject: [PATCH 4/4] Update home.gno --- examples/gno.land/r/gnoland/home/home.gno | 24 ++++++++--------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/examples/gno.land/r/gnoland/home/home.gno b/examples/gno.land/r/gnoland/home/home.gno index 8704e297d4a..35dbed503cb 100644 --- a/examples/gno.land/r/gnoland/home/home.gno +++ b/examples/gno.land/r/gnoland/home/home.gno @@ -88,18 +88,11 @@ A reusable technical architecture for everyone to build the killer applications -TODO: Add 'Beta Mainnet Coming Soon!' section +Beta Mainnet Coming Soon! -Stay tuned for the first phase of gno.land's launch, the beta mainnet release, and airdrop distribution. [Road to Mainnet and Beyond](https://gno.land/r/gnoland/blog:p/road-to-mainnet) +Stay tuned for the first phase of gno.land's launch, the beta mainnet release. +- [Road to Mainnet and Beyond](https://gno.land/r/gnoland/blog:p/road-to-mainnet) -TODO: Include the gno.land roadmap dynamic infographic - -**A moment in time (May 20th, 2022)*: Cosmos snapshot -**Milestone complete (July 2024)**: A multi-node, permanent and stable testnet with 1st implementation of the GovDAO -**Milestone complete (November 2024)**: Extended validator set, testnet improvements and GovDAO v2 -**Milestone 'Beta Mainnet Release' (March 2025)**: GovDAO v3, r/Boards, Token distribution, Security audit complete -**Milestone 'Build the Future' (2025)**: Bridging Cosmos and gno.land, the foundations of a network of everyone -**Milestone 'Mainnet' (2025)**: A complete mainnet with token transfers and Cosmos bridge with ICS and IBC --- @@ -145,10 +138,7 @@ Monitor and track the status of on-chain transactions in real time. Try out the DeFi platforms and gaming applications on gno.land. - [gnoswap - a gno.land DEX](http://beta.gnoswap.io/) -- [gnochess](TODO) -- [Flippando](https://flippando.xyz/#) -- [Shifumi] (TODO) -- [Conway's Game of Life](TODO) +- More coming soon! #### @@ -159,7 +149,9 @@ Try out the DeFi platforms and gaming applications on gno.land. Register your gno.land username and be a part of the conversation happening on gno.land social network, r/Boards. - [r/users - gno.land's user name registry](https://gno.land/r/gnoland/users/v1) -- [r/Boards - gno.land's social network](TODO) +- [r/Boards - gno.land's social network](coming soon!) +- [Hall of Fame](https://gno.land/r/leon/hof) +- [Gno.me - gno.land's educational and community development platform](Coming soon!) @@ -203,7 +195,7 @@ gno.land builders are at the center of creating a user-owned network where appli The Builder Portal is a collection of educational resources and tools to help you learn, experiment, and develop your Gno skills. -[TODO](/) +[Coming soon!](/) ### Bounties