You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A batch of stale-link fixes that the link checker passes because each
one redirects to a live page or lives in text lychee does not parse.
- gnochess and memeland moved from gnolang/ to gnoverse/, and the
Sublime Text repo moved from jdkato/ to gno-playground/. All three
currently 301 to their new homes.
- The gnolang/blog client entry describes itself as an "r/gnolang/blog
client", but that realm 404s. The live realm is r/gnoland/blog (the
Debugger and Peace entries already use the correct spelling). It is
inside backticks, so lychee never checks it.
- GnoScan was linked over http://; switched to https://.
- The contribution-guidelines link used blob/master/, but the default
branch is main.
awesome-lint passes and every changed link resolves 200.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ _Apps developed by the gno.land team._
55
55
56
56
-[Gno Playground](https://play.gno.land/) - An online Gno editor that allows for quick testing, deploying, and sharing of Gno code, modeled after the Go Playground.
57
57
-[Gno Studio Connect](https://gno.studio/connect) - A tool that makes interaction with Gno applications simple.
58
-
-[GnoChess](https://github.com/gnolang/gnochess) - A chess server implementation in Gno, complete with a frontend, faucet & tutorial to develop your own.
59
-
-[meme.land](https://github.com/gnolang/memeland) - An image sharing application built using Gno, React and Vue.
58
+
-[GnoChess](https://github.com/gnoverse/gnochess) - A chess server implementation in Gno, complete with a frontend, faucet & tutorial to develop your own.
59
+
-[meme.land](https://github.com/gnoverse/memeland) - An image sharing application built using Gno, React and Vue.
60
60
-[Gno Faucet Hub](https://faucet.gno.land) - A central place for all gno.land faucets.
61
61
-[Is gno.land down?](https://status.gnoteam.com) - A dashboard showing the status of gno.land services & networks.
62
62
-[OpenOcean](https://github.com/Molaryy/openocean) - OpenSea Clone in Gno.
@@ -78,12 +78,12 @@ _Tools useful for developing in Gno._
78
78
79
79
-[gnodev](https://github.com/gnolang/gno/tree/master/contribs/gnodev) - Your Gno development companion, used for local Gno development.
80
80
-[Gno Debugger](https://gno.land/r/gnoland/blog:p/gno-debugger) - A debugger that comes packaged with the GnoVM.
81
-
-[GnoScan](http://gnoscan.io/) - A gno.land block explorer, making on-chain data legible and intuitive for everyone.
81
+
-[GnoScan](https://gnoscan.io/) - A gno.land block explorer, making on-chain data legible and intuitive for everyone.
82
82
-[tx-indexer](https://github.com/gnolang/tx-indexer) - A TM2 (Tendermint2) chain indexer with GraphQL support.
83
83
-[Supernova](https://github.com/gnolang/supernova) - A stress testing tool for the Gno Tendermint2 blockchain.
84
84
-[Gno Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=harry-hov.gno) - Experimental language support for Gno in VS Code.
85
85
-[Gno-mode for Emacs](https://gist.github.com/gfanton/6e233656dfeabd7a46f21f7507b6b311) - Major mode for editing Gno files in Emacs, based on go-mode. Work in progress.
86
-
-[Gno for Sublime Text](https://github.com/jdkato/gno-sublime-text) - Gno syntax highlighting for Sublime Text.
86
+
-[Gno for Sublime Text](https://github.com/gno-playground/gno-sublime-text) - Gno syntax highlighting for Sublime Text.
87
87
-[:GnoFileTest command for vim](https://gist.github.com/grepsuzette/66f5cfaccc1a919c67f52bd7b31a3b09) - The `:GnoFileTest` snippet for vim.
88
88
-[gno.nvim](https://github.com/x1unix/gno.nvim) - Gno language support for NeoVim.
89
89
-[gnopls](https://github.com/gnoverse/gnopls) - A language server providing editor features like autocompletion, hover, and go-to-definition.
@@ -106,7 +106,7 @@ _Resources to help you understand how to get around gno.land and use Gno._
106
106
_Connecting web2 to the gno.land blockchain._
107
107
108
108
-[gnoclient](https://github.com/gnolang/gno/tree/master/gno.land/pkg/gnoclient) - A Gno-Go package, allowing you to connect to gno.land chains via Go programs at will.
109
-
-[gnolang/blog](https://github.com/gnolang/blog/tree/main/cmd/gnoblog-cli) - `r/gnolang/blog` client, or how to create custom `gnokey` clients, using the [gnoclient](https://github.com/gnolang/gno/tree/master/gno.land/pkg/gnoclient) package.
109
+
-[gnolang/blog](https://github.com/gnolang/blog/tree/main/cmd/gnoblog-cli) - `r/gnoland/blog` client, or how to create custom `gnokey` clients, using the [gnoclient](https://github.com/gnolang/gno/tree/master/gno.land/pkg/gnoclient) package.
110
110
-[tm2-js-client](https://github.com/gnolang/tm2-js-client) - A TM2 JavaScript client library.
111
111
-[gno-js-client](https://github.com/gnolang/gno-js-client) - A Gno JavaScript client library, built upon `tm2-js` with additional Gno-specific functionality.
112
112
-[gnonative](https://github.com/gnolang/gnonative) - A framework for building and porting gno.land dApps in your native language, with React Native and Expo support.
@@ -147,7 +147,7 @@ _Note: We'd like to try a section with small tips & snippets and less curation.
147
147
## Contributing
148
148
149
149
Your contributions are always welcome! Please take a look at the
0 commit comments