SubscribeGnolangGnolang is the language used to write Smart Contracts, called Realms, on Gnoland. You can see it as an interpreted version of Golang: developers upload their realm sources on-chain and the GnoVM executes its AST interpretation. This way Gnoland pushes for full transparency, because it forces developers to push their sources, and not compiled bytecode. Gnolang will also introduce multi-threading in smart contract development (like go routines and channels). I learn a bout what ...