Skip to Content
Foundations of Blockchain
book

Foundations of Blockchain

by Koshik Raj
January 2019
Beginner to intermediate
372 pages
11h 17m
English
Packt Publishing
Content preview from Foundations of Blockchain

EVM

Unlike the stack-based language used in Bitcoin, Solidity is a Turing-complete language, and thus it requires a runtime environment to execute programs. EVM provides a runtime environment to execute smart contracts in Ethereum nodes. EVM runs on a node that is isolated from the Ethereum network and other processes of the host machine. Only the output of smart contracts can be broadcast and appended to the blockchain as transactions. EVM executes Solidity scripts that are compiled to Ethereum bytecode. This ensures that execution is independent of the platform so that each node on the network executes and produces the same output. EVM has been implemented in several different languages, including Go, JavaScript, and Python.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Blockchain Basics

Blockchain Basics

Daniel Drescher
What Is Blockchain?

What Is Blockchain?

Sir John Hargrave, Evan Karnoupakis
Mastering Blockchain

Mastering Blockchain

Lorne Lantz, Daniel Cawrey

Publisher Resources

ISBN: 9781789139396Supplemental Content