From 408f0faf3b47297d96c0d5a622cd424d480e683f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20=C5=BDivkovi=C4=87?= Date: Thu, 9 Nov 2023 18:31:41 +0100 Subject: [PATCH 1/2] Update docs/explanation/gnovm.md Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> --- docs/explanation/gnovm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanation/gnovm.md b/docs/explanation/gnovm.md index 56a674c5ea6..33c37d0e757 100644 --- a/docs/explanation/gnovm.md +++ b/docs/explanation/gnovm.md @@ -6,7 +6,7 @@ id: gnovm GnoVM is a virtual machine that interprets Gnolang, a custom version of Golang optimized for blockchains, featuring automatic state management, full determinism, and idiomatic Go. It works with Tendermint2 and enables smarter, more modular, and transparent appchains with embedded smart-contracts. -It can be used in TendermintCore, forks, and non-Cosmos blockchains. +It can be adapted for use in TendermintCore, forks, and non-Cosmos blockchains. Read the ["Intro to Gnoland"](https://staging.gno.land/r/gnoland/blog:p/intro) blogpost. From 9073308b138e71ff19e3221e00ede0ae0d83b846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20=C5=BDivkovi=C4=87?= Date: Thu, 9 Nov 2023 18:32:02 +0100 Subject: [PATCH 2/2] Update docs/explanation/gnovm.md Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> --- docs/explanation/gnovm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanation/gnovm.md b/docs/explanation/gnovm.md index 33c37d0e757..fb767ff316a 100644 --- a/docs/explanation/gnovm.md +++ b/docs/explanation/gnovm.md @@ -8,7 +8,7 @@ GnoVM is a virtual machine that interprets Gnolang, a custom version of Golang o It works with Tendermint2 and enables smarter, more modular, and transparent appchains with embedded smart-contracts. It can be adapted for use in TendermintCore, forks, and non-Cosmos blockchains. -Read the ["Intro to Gnoland"](https://staging.gno.land/r/gnoland/blog:p/intro) blogpost. +Read the ["Intro to Gnoland"](https://test3.gno.land/r/gnoland/blog:p/intro) blogpost. This folder focuses on the VM, language, stdlibs, tests, and tools, independent of the blockchain. This enables non-web3 developers to contribute without requiring an understanding of the broader context.