Skip to content

Commit

Permalink
Merge branch 'feature/official-docs' of https://github.com/zivkovicmi…
Browse files Browse the repository at this point in the history
…los/gno into feature/official-docs
  • Loading branch information
zivkovicmilos committed Nov 9, 2023
2 parents 34de86c + 9073308 commit 5e9b9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/explanation/gnovm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ 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.
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.
Expand Down

0 comments on commit 5e9b9d2

Please sign in to comment.