Almost all blockchains in existence are single threaded, meaning that processing multiple transactions simultaneously will lead to double-spending or a conflict between states. Gnoland will solve this problem, it integrate goroutines by supporting Golang as the smart contracts language. aims to provide a simple yet comprehensive smart contracts language and framework. goroutines seem to consume less memory for creation and destruction (as low as 0.2% of threads), and Gnolang inherits all the ...